• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with fieldsets in PrimeFaces.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good evening!

I have a central layoutUnit with three fieldsets in it. Fieldsets don't fit properly on a small desktop, the last one becomes cut off. Is there a way to make them responsive and “slide” down when necessary? Also I have a dataTable below fieldsets, when I use "overflow: auto" it helps to make the last fieldset visible, but then the dataTable doesn't fit the screen, it becomes smaller... The table fits incorrectly in general at all, it is smaller when a west layoutUnit is open (which is necessary), but fits perfectly when it is closed... I also have an east layoutUnit which is always closed, and there is a gap between the table and a left border of the east layoutUnit when I make the third fieldset visible.

Thank you in advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic