Tuesday, 17 September 2013

Page-Break-inside property is not working in chrome

Page-Break-inside property is not working in chrome

I have a long table data, which having many of the rows and nested tables.
When I am printing this data then the rows of the table and nested tables
are just break on the page break, means tables and data are split into
pages, So I use following CSS property there:-

table tr {
page-break-inside:avoid;
position:relative;
}
But this is not working in my case, you can see the live demo here
:--http://jsfiddle.net/npsingh/S8vr8/2/show/
Please edit the code by following link:--
http://jsfiddle.net/npsingh/S8vr8/2/
I am using Google Chrome Version 29.0.1547.66 m
Please let me know where the problem exactly. Thanks

No comments:

Post a Comment