Printing with page-break-after:always does not seem to work in Chrome. The example below works in IE 11 and FireFox but not in Chrome. How can I make this work in Chrome?
See this example: http://jsbin.com/iGEyUXi/1
Code here http://jsbin.com/iGEyUXi/1/edit
EDIT: This applies to when trying to page-break inside an html table
Thanks