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