Tagged Questions
The hxdatatableex tag has no wiki summary.
1
vote
3answers
3k views
Grouping columns under a single header in JSF
Hey guys, is there a way using JSF to group two or more columns under a single parent column in JSF?
I have a dataTableEx with hx:columnEx columns inside of it. What I want is something like this:
...
0
votes
1answer
563 views
how to add a pager to dynamic datatable in jsf 1.1
i've been trying to add a pager to a dynamic datatable.
I am using the BalusC code at :http://balusc.blogspot.com/2006/06/using-datatables.html
Dynamic columns are working great, but now i need to ...