This commit is contained in:
2020-01-23 20:44:02 +00:00
parent 4267b4682d
commit 932255d0d1
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ namespace AyaNova.DataList
string DefaultDataListDisplayTemplate { get; set; }
object GenerateMINIListColumnsJSON();
string GenerateListColumnsJSONFromTemplate(string template);
object GenerateListColumnsJSONFromTemplate(string template);
bool ValidateTemplate(string template);