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?
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?
There is this option:
thead {
display: table-row-group;
}