html - I need to repeat the table heading on every printable page with jquery datatable on chrome browser? -


in page.blade.php have jquery datatable. need repeating table head every pages when print report. i've tried using this

@media print { thead {display: table-header-group;} } 

but can't. please tell me how can add in project on every printable datatable reports? table header showing on top page (page one) when print it, doesn't showing other pages!!


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -