Is your feature request related to a problem? Please describe.
In order for the tables to look as intended, you need to add a border-collapse for tables by default
|
'table' => [ |
|
'border' => '1px solid black', |
|
'border-spacing' => '0px', |
|
'width ' => '100%', |
|
], |
add this here
border-collapse:collapse;