This commit is contained in:
@@ -153,10 +153,12 @@ namespace AyaNova.DataList
|
||||
//field key needed for sorting etc
|
||||
sb.Append($",\"fk\":\"{o.FieldKey}\"");
|
||||
|
||||
//Sortable?
|
||||
sb.Append($",\"srt\":\"{o.IsSortable}\"");
|
||||
//Filterable?
|
||||
sb.Append($",\"flt\":\"{o.IsFilterable}\"");
|
||||
//Not Sortable?
|
||||
if (!o.IsSortable)
|
||||
sb.Append($",\"ns\":1");
|
||||
//Not Filterable?
|
||||
if (!o.IsFilterable)
|
||||
sb.Append($",\"nf\":1");
|
||||
|
||||
|
||||
sb.Append("}");
|
||||
|
||||
Reference in New Issue
Block a user