How to remove dependency between which column to sort and position of the column?
Hi,
In a chart, I have provided sort over a specific column by using promote button. Now I also want to provide user with ability to change position of column, but the sorting button given to original column should remain the same.
Current scenario:
if there are two columns, column1 and column2. Column one is on left and has sort button.
If a user drags column2 and places before column1 then the sorting is now allocated to column2.
Is it possible to avoid this movement in sorting button irrespective of column position?