Hi,
May i know how can i create a table with rows based on the number of JSON objects from my data source? The table header is fixed.
Thanks
Hi,
May i know how can i create a table with rows based on the number of JSON objects from my data source? The table header is fixed.
Thanks
Hi!
Do you mean the table should be displayed on the UI screen as a result of some event?
Yes are right. eg If I have 5 json objects, I would like to display it on the UI as a html table with 1 header and 5 rows. May I know how can this be done?
Thanks
http://docs.appery.io/tutorials - most of our tutorials show how to use a grid or a list component bound to a JSON response.
As for setting the header, it would need to be set manually today. In other words, create the header part outside the mapping.
Hope this helps.
Thanks Alena & Max