This commit is contained in:
2020-01-23 20:39:35 +00:00
parent fa53ce304c
commit 8e69f263c7
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ 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; }
string GenerateMINIListColumnsJSON();
object GenerateMINIListColumnsJSON();
string GenerateListColumnsJSONFromTemplate(string template);
bool ValidateTemplate(string template);