moveColumn
moves a column to a different position
function moveColumn( // the source column id id: string, // the target index index: number): void
Example
Section titled “Example”//makes the "year" column firstmygrid.moveColumn("year", 0);
See also
Section titled “See also”Articles
API