This commit is contained in:
2020-02-04 20:36:49 +00:00
parent dbde4b68fd
commit 37e8878c4f
4 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ namespace AyaNova.DataList
}
";
//NOTE: First field after df is used as the title above the narrow grid view so it should be the name of the item to be shown that is most identifiable
FieldDefinitions = new List<AyaDataListFieldDefinition>();
FieldDefinitions.Add(new AyaDataListFieldDefinition { FieldKey = "df", AyaObjectType = (int)AyaType.Widget, SqlIdColumnName = "awidget.id" });
FieldDefinitions.Add(new AyaDataListFieldDefinition