Do not repeat thead on each printing page

0

Hello, I'm having a problem. I do not want to print the table header (thead) on each print sheet and currently every time I print the table and it does not fit on the sheet the table header repeats. I do not want it. Anyone know how to remove?

    
asked by anonymous 05.07.2017 / 21:29

1 answer

0

There is this option:

thead {
    display: table-row-group;
}
    
07.07.2017 / 17:12