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

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

Community Beginner ,
Aug 03, 2015 Aug 03, 2015

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).

Views

3.4K

Translate

Translate

Report

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.

Votes

Translate

Translate
Explorer ,
Aug 03, 2015 Aug 03, 2015

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

@dwpwrite we acheive this by using simple css 

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

Untitled.png

Votes

Translate

Translate

Report

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