Hi Guys,
How can i make a Row and column that depends on the value on the Entity?
For example: On my Entity i have a column : row1 and column1.
the value of row1=10 and column=5
when i will call the Entity , it should be display the 10 row and 5 column in table record. meaning it should be 10*5= 50 cell on the table record.
Any suggestion on this? Thank You.
THanks,
Tams
What exactly do you need to display on your page? A blank 10x5 TableRecord?
If I remember it correctly, you can iterate your values into JSON and convert the JSON into a structure. I am still inclined though that you still need a static structure (dynamically created structure is not possible) that will hold the values in.