posted 16 years ago
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
If it's easy.. then everybody would do it!