I have been trying to achieve this functionality of expand/collapse of table rows using core JSF and also I have to preserve the sorting. Is there a way in core JSF where I can achieve this functionality?
|
If you insist in using reference implementation only, then you can't go around using a nested Here's a basic kickoff example:
The
|
|||||||||
|
|
I don't think you can do this with 'core' JSF (by which I assume you mean using only the reference implementation). As I understand it, you can accomplish subtables with RichFaces subTable You can also do a similar thing with IceFaces - see the component showcase (it's under Table -> Expandable Table). However either of these would require you adding and setting up another library (RichFaces or IceFaces) which is probably not what you want. |
|||
|
|
|
Simple expandable table with RichFaces We can do Simple expandable table with RichFaces and the code is given below...
|
||||
|
|