Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Aug 03, 2015 Aug 03, 2015

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

5.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 03, 2015 Aug 03, 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.
Translate
Explorer ,
Aug 03, 2015 Aug 03, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 22, 2022 Sep 22, 2022
LATEST

@dwpwrite we acheive this by using simple css 

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

Untitled.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines