gajus / table

Formats data into a string table.
Other
894 stars 77 forks source link

Chalk breaks table structure when used with cell spanning. #213

Closed viperva closed 1 year ago

viperva commented 1 year ago

This is my config for: spanningCells: [{ col: 3, row: 1, rowSpan: 2, verticalAlignment: "middle" }]

This is the output without using Chalk: Screenshot 2022-11-01 at 17 29 50

This is what happens when Chalk is used for the cell value: Screenshot 2022-11-01 at 17 31 00