Page 1 of 1

how to create table for UI

Posted: Mon May 06, 2013 5:54 am
by idate

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


how to create table for UI

Posted: Mon May 06, 2013 6:03 am
by Alena Prykhodko

Hi!

Do you mean the table should be displayed on the UI screen as a result of some event?


how to create table for UI

Posted: Mon May 06, 2013 4:19 pm
by idate

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


how to create table for UI

Posted: Mon May 06, 2013 4:24 pm
by maxkatz

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.


how to create table for UI

Posted: Wed May 08, 2013 7:46 am
by idate

Thanks Alena & Max