Hello,
I have a problem to keep the column of a paged table ordered.
At first I build a variable called @columns containing the list of my properties/columns in the order I want them to appear in my table.
I then write:
Reorder('CSN',@columns);
Then I can see my table with the columns in the order I wanted. The problem is that when I change to the next page this order is not kept!
Do you have an idea how to keep the order whatever what operation I do on my paged table?
Thanks for your answer
Florent