Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

First Heading ROW not exported only in PDF format #260

@Aragorn2004

Description

@Aragorn2004

Hi, i've a table where heading has two rows. The first row is not exported in PDF file in others format has exported well.

is it a bug or i made a mistake?

HEAD
ID NAME DatePers Level1 Level2 Level3
           <thead>
                    <tr>
                        <th class="col-xs-12" colspan="6">HEAD</th>
                    </tr>
                    <tr>
                        <th class="col-xs-2" data-field="ID">ID</th>
                        <th class="col-xs-4" data-field="NAME">NAME</th>
                        <th class="col-xs-1" data-field="DATAPERS">DatePers</th>
                        <th class="col-xs-1 text-center" data-field="Level1">Level1</th>
                        <th class="col-xs-3" data-field="Level2">Level2</th>
                        <th class="col-xs-1" data-field="Level3">Level3</th>
                    </tr>
                 </thead>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions