This commit is contained in:
2020-01-23 20:47:22 +00:00
parent 932255d0d1
commit 452dc30484
4 changed files with 7 additions and 7 deletions

View File

@@ -28,8 +28,8 @@ namespace AyaNova.DataList
//Default list display template if none found in db or is invalid, this ensures the data will flow even if people fuck up the templates somehow
string DefaultDataListDisplayTemplate { get; set; }
object GenerateMINIListColumnsJSON();
object GenerateListColumnsJSONFromTemplate(string template);
Newtonsoft.Json.Linq.JArray GenerateMINIListColumnsJSON();
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromTemplate(string template);
bool ValidateTemplate(string template);