as appery says, when we need flexible layout, we can use grid to implement. so I add a grid element to my test app, and set one cell. but when I mapping data to html element, I found that only grid can bind with data array, so the result is only one array element per grid, and next row got another a...