Hi
In my app, I build dynamically columns of a table using transformer.
It works fine, except that I cannot set the alignment of each column.
Is there a way to access columnAlignment
property of my table after the transformer has been executed ?
If not how can I achieve my goal ?
Thanks