nadiah jabbar
Posts: 0
Joined: Fri Jun 20, 2014 3:42 am

Database

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

this is my mapping Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Database

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

nadiah jabbar
Posts: 0
Joined: Fri Jun 20, 2014 3:42 am

Database

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Database

Hello Nadiah,

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

Return to “Issues”