Dynamic Column Attributes Data

I got it to work.

[code]headers =[“name”,“dateFormat”,“editable”,“filterable”,“hidden”,“horizontalAlignment”,“label”,“numberFormat”,“prefix”,“sortable”,“suffix”,“treatAsBoolean”,“verticalAlignment”,“wrapText”]

data.append([row,“MMM d, yyyy h:mm a”,“false”,“false”,“false”,"-9","","#,##0.##","",“true”,"",“false”,“0”,“false”])[/code]

thanks for the help

2 Likes