Search
Setup for Free
F
Filament
•
2y ago
Dex
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
It
's not a fillament problem
, just needed to use the right css
:
thead { display: table-row-group; }
thead { display: table-row-group; }
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,357
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
thead
{
display
:
table-row-group
;
}
thead
{
display
:
table-row-group
;
}
Similar Threads
Multiple tables in one view
F
Filament / ❓┊help
2y ago
Understanding view rendering
F
Filament / ❓┊help
3y ago
Two tables in the same view
F
Filament / ❓┊help
3y ago
Style customization print view
F
Filament / ❓┊help
2y ago