This commit is contained in:
2020-02-13 20:50:53 +00:00
parent 5aacb87a93
commit 684f7be73d
7 changed files with 141 additions and 131 deletions

View File

@@ -185,7 +185,7 @@ namespace AyaNova.DataList
}
else
{
ColumnsJSON = DataList.GenerateListColumnsJSONFromTemplate(JSONDataListTemplate);
ColumnsJSON = DataList.GenerateListColumnsJSONFromListView(JSONDataListTemplate);
}