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