Hello.
http://jsfiddle.net/b8xn0j12/21/
Works fine if the columns remain in the same order.
If we use ColReorder and the user moves the columns around, then this code reports different (index) values for the (same) column selected.
How can I uniquely determine when the user clicks on a column which (original) index this column originally had (before the user moved it around).
Many thanks in Advance.