This commit is contained in:
2020-01-23 20:47:22 +00:00
parent 932255d0d1
commit 452dc30484
4 changed files with 7 additions and 7 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
object ColumnsJSON = string.Empty;
Newtonsoft.Json.Linq.JArray ColumnsJSON = null;
if (listOptions.Mini)
{
ColumnsJSON = DataList.GenerateMINIListColumnsJSON();