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

@@ -26,7 +26,7 @@ namespace AyaNova.DataList
public string ListKey { get; set; }
public string DefaultDataListDisplayTemplate { get; set; }
public string GenerateMINIListColumnsJSON()
public object GenerateMINIListColumnsJSON()
{
return $"[ {{\"cm\":\"df\",\"dt\":0,\"ay\":{(int)DefaultListObjectType}}},{{\"cm\":\"Widget\",\"dt\":{(int)AyaUiFieldDataType.Text},\"ay\":{(int)DefaultListObjectType}}}]";
}