If the table does not have a thead or <tr> starting from the header, use rowspan Will appear :RangeError (index): Invalid value: Only valid value is 0: 1 <table > <tr><td rowspan=4> 12222dddddddd3123</td></tr> <tr><td> 111</td></tr> <tr><td> 333</td></tr> <tr><td> 555</td></tr> </table> if change this: <table > <tr><td>One</td><td>Two</td></tr> <tr><td rowspan=4> 12222dddddddd3123</td></tr> <tr><td> 111</td></tr> <tr><td> 333</td></tr> <tr><td> 555</td></tr> </table> It can be displayed completely Could you support such forms? If there is no plan support, can you tell me where to make changes?