This commit is contained in:
@@ -22,6 +22,8 @@ namespace AyaNova.DataList
|
||||
|
||||
string GenerateMINIListColumnsJSON();
|
||||
string GenerateListColumnsJSONFromTemplate(string template);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -484,6 +484,7 @@ namespace AyaNova.Biz
|
||||
}
|
||||
|
||||
|
||||
|
||||
//RETURN OBJECTS
|
||||
int returnRowColumnCount = templateFieldList.Count() + 1;//Templates don't have the DF column in them but we need it and it's in the query so plus one
|
||||
List<List<AyaFieldData>> rows = new List<List<AyaFieldData>>();
|
||||
|
||||
Reference in New Issue
Block a user