I am calling a REST service and binding a resulting array to a Grid component. When I was looking at the HTML I noticed that Appery is creating a new table element for every row in the array which is not what I expected. I expected there would be a for reach record in the array in the same table. Have i done the binding incorrectly or is this how it is supposed to work.