This commit is contained in:
2020-02-13 23:39:03 +00:00
parent 3d1f3f8fd9
commit 5cb9e4fb22
4 changed files with 17 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ namespace AyaNova.DataList
string DefaultListView { get; set; }
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromListView(JArray listViewArray);
string[] GetFieldListFromListView(JArray listViewArray);
List<string> GetFieldListFromListView(JArray listViewArray);
// bool ValidateTemplate(string template);