Hello,
We have a requirement to rearrange table column in a particular order in WDA. Column order is known at runtime only.
So we need to rearrange columns at runtime or dynamically.
Example.
Table contains following columns -
PO Material Plant Creation Date Creation time
001 MAT1 1800 21/05/2014 01:25:23
how can we change column order or sequence to following -
Material PO Creation Date Plant Creation time
MAT1 001 21/05/2014 1800 01:25:23
Thank you.