In order to avoid such issues, I would recommend not to use
enableImgSplit(false).
A better approach would be to apply "page-break-inside: avoid" CSS property to particular table rows. In most of the cases it is also harmless to apply
TR {page-break-inside: avoid} to entire document.