198
Views
1
Comments
Dynamic Row and column
Question

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


2012-08-24 04-32-41
Juan Carlos Elorde

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.