I can clarify my problem.
I need to know the order of the columns.
X-ample:
I have some columns , A, B, C.
When I add new items I add Adata, Bdata, Cdata,
A is numbers, B is date, C is string.
The user can change the order of these columns, drag them,
and I need the find out the new order so the right data
goes into the right column...
|