I have a requirement to loop through the pxResults, and populate a table with the values. The property name should be the header of the columns of a table and the corresponding values as rows of the table. Also, based on the class, the properties on pxResults will differ and therefore the table structure. So the table has to be dynamically created.
@MarcLasserre_GCS Yes, I am using a select query, and I have my results in a pagelist.pxResults.
How to acheive it? I would like to create the table dynamically. I dont have fixed columns and column headers, based on the query the column headers would differ. The above is just an example.