Skip to main content
dwpwrite
Participant
August 3, 2015
Answered

How to make a table heading row repeat when the table spans another page?

  • August 3, 2015
  • 2 replies
  • 5553 views

I have a table that breaks (spans) across another page.  I want the table headings row to repeat (as it will in Word).

This topic has been closed for replies.
Correct answer bearnina

If the header row is a true header row, it repeats automatically.

To add a heading row:

  1. From the Table menu, select Add Rows or Columns.
  2. Select Add 1 Row.
  3. Select To Heading.
  4. Click Add.
  5. Delete the fake header row.

2 replies

saravanakumars17791115
Participating Frequently
September 22, 2022

@dwpwrite we acheive this by using simple css 

table { -fs-table-paginate: paginate !important; }

bearninaCorrect answer
Inspiring
August 4, 2015

If the header row is a true header row, it repeats automatically.

To add a heading row:

  1. From the Table menu, select Add Rows or Columns.
  2. Select Add 1 Row.
  3. Select To Heading.
  4. Click Add.
  5. Delete the fake header row.