This commit is contained in:
@@ -18,8 +18,13 @@ namespace AyaNova.DataList
|
||||
//well, not here exactly but add a new DATALIST class if it will be displayed as a list anywhere in the UI or reported on
|
||||
public AyaDataList()
|
||||
{
|
||||
// DefaultColumns = new List<string>();
|
||||
// DefaultSortBy = new Dictionary<string, string>();
|
||||
/*
|
||||
|
||||
DefaultColumns = new List<string>() { "XXX", "XXXX", "XXXX", "XXXX", "XXXX", "XXX", "XXXX", "XXXX", "XXXX", "XXXX" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "XXXX", "+" }, { "XXXX", "-" } };
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
public string SQLFrom { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user