I'm trying to开发者_开发问答 bind to multiple tables, but for some reason, it keeps referring to the first binding I made to the first table. I binded through ArrayCollection. Is there anyway to bind to multiple tables?
Try this:
dataProvider="{new ArrayCollection(tableData1.concat(tableData2,..., tableDataN))}"
精彩评论