How can I set colspan and rowspan in JSF ?
None of both is possible with the standard JSF implementation. There are 3 ways to fix this:
basically renders a HTML . Do the same.
- Create a custom HTML renderer which supports this. It'll however be a lot of sweat and pain.
- Use a 3rd party component library which supports this.
- Tomahawk has a
component which supports colspan in .
- RichFaces (3.x only) has a
component which supports both colspan and rowspan in .
- PrimeFaces has a
next to which is supported in both and (also with ).
- 热议问题