idate
Posts: 0
Joined: Mon May 06, 2013 5:54 am

how to create table for UI

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how to create table for UI

Hi!

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

idate
Posts: 0
Joined: Mon May 06, 2013 5:54 am

how to create table for UI

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to create table for UI

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.

idate
Posts: 0
Joined: Mon May 06, 2013 5:54 am

how to create table for UI

Thanks Alena & Max

Return to “Issues”