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

@@ -181,7 +181,7 @@ namespace AyaNova.DataList
var pageLinks = new PaginationLinkBuilder(Url, routeName, null, listOptions, totalRecordCount).PagingLinksObject();
//BUILD THE COLUMNS RETURN PROPERTY JSON FRAGMENT
string ColumnsJSON = string.Empty;
object ColumnsJSON = string.Empty;
if (listOptions.Mini)
{
ColumnsJSON = DataList.GenerateMINIListColumnsJSON();