css - About angular page printing issues
PHP中文网
PHP中文网 2017-06-05 11:10:06
0
2
678

Use ng-repeat to insert content into the table in a loop, and only display one page of data when printing

There are 29 pieces of data in total, and the results only display these, and there are incomplete tables at the bottom.

I read online that it is said to add page-break-after: always; but I don’t know where to add it.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
伊谢尔伦

What you said is in the style
@media print
{
table {page-break-after:always;}
}

Just pop up the print settings or print preview

洪涛

http://www.w3school.com.cn/cs...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template