Copy link to clipboard
Copied
I have a table that breaks (spans) across another page. I want the table headings row to repeat (as it will in Word).
If the header row is a true header row, it repeats automatically.
To add a heading row:
Copy link to clipboard
Copied
If the header row is a true header row, it repeats automatically.
To add a heading row:
Copy link to clipboard
Copied
@dwpwrite we acheive this by using simple css
table { -fs-table-paginate: paginate !important; }