Tables rendering in print view
Is it possible to show table head on each page and format the styling so the table breaks correctly?
Solution:Jump to solution
It's not a fillament problem, just needed to use the right css:
```css
thead {
display: table-row-group;...
1 Reply
Solution
It's not a fillament problem, just needed to use the right css: