Page 1 of 1

Database

Posted: Tue Jul 01, 2014 6:09 am
by nadiah jabbar

Why does the " Item" and " Estimated Cost" keep repeating? How i do display the item and estimated once?
Image

this is my mapping Image


Database

Posted: Tue Jul 01, 2014 7:56 am
by Evgene Karachevtsev

Hello Nadiah,

This happens because the entire table will be cloned via mapping (you map array to the entire table). You may find more information about the mapping here http://devcenter.appery.io/documentat... You should change the structure of the page. For example take a title of a table in a separate grid


Database

Posted: Wed Jul 02, 2014 12:59 am
by nadiah jabbar

hello!
if i separate the grid, it will only display one data from the database
Image


Database

Posted: Wed Jul 02, 2014 12:22 pm
by Evgene Karachevtsev

Hello Nadiah,

Please check have you done the mapping of $[] to the table?