This commit is contained in:
2021-01-29 22:03:48 +00:00
parent 3bc7aba2c2
commit bf55d43e37
4 changed files with 32 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ namespace AyaNova.DataList
List<string> DefaultColumns { get; set; }
Dictionary<string, string> DefaultSortBy { get; set; }
void ProcessRequest(Models.DataListProcessingBase listOptions);
void SetListOptionDefaultsIfNecessary(Models.DataListProcessingBase listOptions);
Newtonsoft.Json.Linq.JArray GenerateReturnListColumns(List<string> columns);
// List<string> GetFieldListFromListView(JArray listViewArray);