DataTable thead tag for header

Hi,
this is my first project with Dash.
I have to print the final dashboard as a pdf. And here is the question:

Would it be possible to put the data-table.DataTable header inside a thead tag?
This way it would be repeated when printing and the table is spanning several pages.

Unfortunately .th, th {
display: table-header-group;
page-break-after: avoid;
}
is not working.

Many thanks!

like this below?
https://dash-bootstrap-components.opensource.faculty.ai/docs/components/table/

Yes! But with all the interactivity of a DataTable :slight_smile:
(sorting, filtering, selecting,…)

so, missed paging?