No Breakable Div
-
I am using jsreport in my project. I have a div which include table. this div is repeating alot of times. So my pdf takes more than 1 page. I want this div have to be no breakable . But jsreport write some of table rows to another page. My question is how to make no breakable div. thanks to all of you
-
hi! here is an answer with some info to make content unbreakable. you just need to apply the
unbreakable
css class to the element that has your content. you also have a live example here
-
Thank you so much