• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Displaying Table

 
Ranch Hand
Posts: 50
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I need to display a table with subheader that repeats after some rows like this...

col1 | col2 | col3 | col4 |
-----------------------------------------
rowheader1
-----------------------------------------
row1 | row1 | row1 | row1 |
row2 | row2 | row2 | row2 |
row3 | row3 | row3 | row3 |
row4 | row4 | row4 | row4 |
------------------------------------------
rowheader2
-----------------------------------------
row1 | row1 | row1 | row1 |
row2 | row2 | row2 | row2 |
row3 | row3 | row3 | row3 |
row4 | row4 | row4 | row4 |
------------------------------------------
rowheader3
-----------------------------------------
row1 | row1 | row1 | row1 |
row2 | row2 | row2 | row2 |
row3 | row3 | row3 | row3 |
row4 | row4 | row4 | row4 |
------------------------------------------


anyone any ideas??? please help
 
Srikanth Madasu
Ranch Hand
Posts: 50
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried using richtable, but in that i can only divide my main header into into divisions but cannot have a repeated header... I am new to JSF .. please help...
 
reply
    Bookmark Topic Watch Topic
  • New Topic