This commit is contained in:
@@ -67,7 +67,7 @@ namespace AyaNova.DataList
|
||||
if (o != null)
|
||||
{//Here is where we can vet the field name, if it doesn't exist. For production we'll just ignore those ones
|
||||
|
||||
if (!FirstColumnAdded)
|
||||
if (FirstColumnAdded)
|
||||
sb.Append(",");
|
||||
sb.Append("{");
|
||||
//Build required part of column definition
|
||||
|
||||
Reference in New Issue
Block a user