posted 19 years ago
Hi,
I'm creating a dataTable with multiple rows dynamically populated.
One of the column is another dataTable also dynamically populated.
This is the code for the inner dataTable :
I'm using [ rendered="#{beanCollection.render}" ] to dynamically display or not each of the inner dataTable.
I would rather want to do this in an event listener doing something like dataTable2.setRender(false).
However, since my dataTable is bound to [ binding="#{Page1.dataTable2}" ], it doesnt work.. each row is bound to the same var name. So they are either all displayed or all hidden.
How could I bind this to different var name for each row.
something like :
Just to make sure, my big dataTable contains rows of dataTable, which is what I want to hide or show.
Please tell me if I'm not clear enough, I find it difficult to explain this.
Thanks,
Alex