Change Column Order programmatically (using json)

Change Column Order programmatically (using json)

andi_sfandi_sf Posts: 7Questions: 0Answers: 0
edited March 2011 in General
Say I have set the column order in my json file to:

- Column 1, Column 2, Column 3

now when I initialize Data Tables could I change the print out of the columns to:

- Column 3, Column 2, Column 1

Any help greatly appreciated...
This discussion has been closed.