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!