Pagination of large table

Comments

10 comments

  • Avatar
    Balazs Asztalos

    Hi Stefan,

    Did you find a solution to this? We need the same thing.

     

    Cheers,

    Balazs

    0
    Comment actions Permalink
  • Avatar
    Stefan

    I'm sorry, but no...

     

    Don't worry, be happy, :-)

    Stefan

    0
    Comment actions Permalink
  • Avatar
    Tobias Anstett

    Hi Stefan, Hi Balazs,

    Unfortunately the only way to create a repeating header is to use a CSS extension provided by the underlying flying saucer library. Due to a bug in the library (please refer to https://k15t.jira.com/browse/PDF-333) the PDF exporter currently does not offer this feature. I created a improvement request on our side to fix this issue.

    Best,
    Tobias 

    0
    Comment actions Permalink
  • Avatar
    Balazs Asztalos

    Hi Tobias,

    Thanks for this, it's great! I looked at your version history and road map but I can't find a planned release date for V2.4. Do you guys have a time frame in mind?

    I'm asking as our Confluence project is now on hold because of table headers... :-(

    Cheers,

    Balazs

    0
    Comment actions Permalink
  • Avatar
    Tobias Anstett

    Hi Balazs,

    We will habe a planning meeting next week - I will try to send you some rough estimation after.

    Cheers,
    Tobias 

    0
    Comment actions Permalink
  • Avatar
    Balazs Asztalos

    Hi Tobias,

    Have you guys  worked out a release date yet?

    Cheers,

    Balazs

    0
    Comment actions Permalink
  • Avatar
    Jens Rutschmann

    Hi all,

    it seems that the flying saucer library can't do the pagination properly if also border-collapse is switched on for the table. The following CSS results in correct pagination but without collapsing borders:

    div.tablewrap table.confluenceTable {
      -fs-table-paginate: paginate;
      border-collapse: separate;
      border: 1px solid #DDDDDD;
    }

     

    Maybe you can use this as a workaround until the issue is fixed. There is no release date yet since we postponed the roadmap planning due to preparations for the Atlassian Summit.

     

    Best regards,
    Jens

    0
    Comment actions Permalink
  • Avatar
    Balazs Asztalos

    Hi Jens,

    I tried out your suggestion and it works well, thanks! The firefighting is now done with this temporary solution.

     

    Cheers,

    Balazs

    0
    Comment actions Permalink
  • Avatar
    Stefan

    Hi Jens,

    it worked for me too. Quite well, actually. Unfortunately it messes up our gliffy diagrams in the export. It seems that they are kept in some kind of table, as they are surrounded a grey box now. Only a part of the diagram is to be seen, the other part is cut off.

    Servus,
    Stefan

    0
    Comment actions Permalink
  • Avatar
    Jens Rutschmann

    Hi Stefan,

    that's this issue: https://k15t.jira.com/browse/PDF-348
    We're already working on this.

     

    Best regards,
    Jens

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk