Closed wooheaven closed 6 years ago
The issue here is that the width
of the table is too small for the data. By default, the width
parameter is 11. But some of your columns of data (e.g. the array [100.00, ...]) are much longer, which is why the table gets messed up.
Does it look reasonable if you pass in a larger width
?
Going to close this as this is intended behavior.