How to get the column number in slick grid
Is there a way to get the column numbers for the columns that got changed after column reorder for jquery slickgrid ?
I want to get the column numbe开发者_运维知识库r whose position got changed on onColumnsReordered event
You can use .getColumns() to get the new reordered column list. If you asking about just getting the deltas, there's no built-in way to do that.
精彩评论