To indicate that a table continues across pages, use running elements in CSS. Here's how:
headerMarker and footerMarker classes for running elements.getHeaderMarker and getFooterMarker classes.div with the class headerMarker at the table start.tr with the class getHeaderMarker in the thead.tr with the class getFooterMarker in the tfoot.tbody:
div elements with headerMarker and footerMarker classes in relevant cells.| Product type | Item | Item Details |
|---|---|---|
|
continued...........
Product type 1
|
Item A |
Item A Details 0 Item A Details 1 Item A Details 2 Item A Details 3 Item A Details 4 Item A Details 5 Item A Details 6 Item A Details 7 Item A Details 8 |
| Product type 2 | Item B |
Item B Details 0 Item B Details 1 Item B Details 2 Item B Details 3 Item B Details 4 Item B Details 5 Item B Details 6 Item B Details 7 |