Hello,
I want to display a vertical table(i.e.I want a column to be one table record)
Is there any readymade control to do it?
If not then what is the workaround?
Hello,
I want to display a vertical table(i.e.I want a column to be one table record)
Is there any readymade control to do it?
If not then what is the workaround?
hi
i know of no controls that would do such a thing.
You could create a “temp” variable to hold and transform your data to be the way you need it prior to showing it in the UI. And then use a normal Content Provider and Async Table.
hope this helps
Javier