Is there any alternative for panelGrid
in PrimeFaces components? I need something more fixable to design forms. Something which supports colspan
attribute someway!
If all you want is colspan
, then just use plain vanilla HTML or use Tomahawk's <t:panelGrid>
with <t:panelGroup>
which supports the colspan
attribute.
RichFaces has also components supporting colspan
, but that doesn't always work flawlessly together with PrimeFaces.