This commit is contained in:
2021-02-06 00:07:12 +00:00
parent 32abdf3475
commit c5c3d5b830

View File

@@ -153,6 +153,10 @@ 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}\"");
sb.Append("}");