#29383

html.enableSmartTableBreaks(true) implicitly defines

TABLE, TR {page-break-inside: avoid}

CSS style. Obviously to resolve the issue you would need either disable the smart table break mode or to define an extra CSS style (i.e. with html.addStyle())

TABLE {page-break-inside: auto !important}