This commit is contained in:
2021-02-01 20:45:20 +00:00
parent fa40aef432
commit e70a1a256e
4 changed files with 74 additions and 11 deletions

View File

@@ -149,6 +149,12 @@ namespace AyaNova.DataList
if (!string.IsNullOrEmpty(o.EnumType))
sb.Append($",\"et\":\"{AyaNova.Util.StringUtil.TrimTypeName(o.EnumType)}\"");
//field key needed for sorting etc
sb.Append($",\"fk\":\"{o.FieldKey}\"");
sb.Append("}");
FirstColumnAdded = true;