set different num of rows per page
set different num of rows per page
bosses
Posts: 1Questions: 1Answers: 0
Hi, I try to generate a table with the first column rowspan, then I need set the num of rows per the first column.
example:
--------------
| first | a |
| -----
| | b |
| -----
| | c |
--------------
| second | d |
-------------
| third | e |
| -----
| | f |
| -----
| | g |
--------------
| fourth | h |
| -----
| | i |
--------------
| fifth | j |
--------------
I need two result per page, first page [first,second], second page [third,fourth] and third page [fifth]
This discussion has been closed.
Answers
There is no option to use
rowspan
orcolspan
in the table'stbody
. Sorry.Allan