Skip to content

Table export PDF - Rowspan support #924

Open
@AntoLC

Description

@AntoLC
Collaborator

Bug Report

rowspan is not supported in PDF export.
The problem is in Blocknotes as well, they are using @react-pdf/renderer that does not have a very good support with tables.
https://github.com/TypeCellOS/BlockNote/blob/main/packages/xl-pdf-exporter/src/pdf/util/table/Table.tsx#L76

We succeeded to make the colspan working by using @ag-media/react-pdf-table.
An issue has been opened to see if we could get the rowspan support:

Demo

This table:

Image

Will render:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @AntoLC

        Issue actions

          Table export PDF - Rowspan support · Issue #924 · suitenumerique/docs