Get order column

Tags: #<Tag:0x00007f8b25e1d360>

How can i get full column order after afterColumnMove ?
That is to say [2,0,1,3,4,5]

Hey @pontiac358

I’m not sure what do you mean by the full column order. Can you explain?

Sorry for my weak english (
After moving the column, I want to preserve the order of the columns so that it can be loaded later. That’s about what I want to do. https://jsfiddle.net/ha7upzot/3/

Oh yes, you did it right - the afterColumnMove is a proper hook to check where and which the columns are moved.