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