Level 2
Hi, why you don't put this code directly into css file?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In my page.blade.php I have a jQuery Datatable. Now I need to repeating table head every pages when I print the report. I've tried by using this
@media print { thead {display: table-header-group;} }
But I can't. Please tell me how can I add this in my project on every printable datatable reports? Now this table header showing on only top page (page one) when I print it, it doesn't showing other pages!!
Please or to participate in this conversation.