I have a relatively long table. Each entry has six lines. So the element with id 16 has <tr-16-1><tr-16-2>.....<tr-16-6>, id 25 will be <tr-25-1><tr-25-2>.....<tr-25-6>, etc.
I would like page breaks not to break any group of six lines. Therefore, if <tr-25-6>it continues on a new page, I would like everyone to <tr-25's>break with it.
I can easily attach a class to all six lines if that helps. Can someone point me in the right direction how to do this? Many thanks for your help.
source
share