This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user