Hello!
I have to display primary content of a WTDocument ( a XML file, containing a table, header and rows defined ) in a MVC Table.
The problem is my XML table can have 1 or 100 columns, I have to implement the code in a dynamic way, to work with every number of column.
Which data structure fits better to this requirements? Can you help me with an example?
Thank you!
Gigi Ciuca