Must I code this manually?
Because the content of myList of the inner data table has always different
values.
Perhaps You can give me link with a similar solution.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962810#3962810
Reply to the post :
ht
@DataModel is not the only way to create a ListDataModel instance. Just use new
ListDataModel(myList).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962700#3962700
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962700
The data model of the first data table is a
@DataModel List
The data model of the nested data table can also be a
@DataModel List
This list content shall change in every cell. How can I do this? Any good
advices?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
The tomahawk extended data table has a varDetailToggler attribute that allows
to do an expanding data table.
hth
ido
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962561#3962561
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Sure, just nest a h:dataTable inside a h:column. There is no special trick here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962558#3962558
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962558
__