Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
When you have multiple headers the width of the additional headers are not updated when the width is changed.
example: https://bossanova.uk/jexcel/examples/headers
The reason for this is that the width is not parsed as an value.
When you have multiple headers the width of the additional headers are not updated when the width is changed. example: https://bossanova.uk/jexcel/examples/headers The reason for this is that the width is not parsed as an value.
Solution: replace line 735-740:
with