jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

Type definition for `JSpreadsheetOptions.updateTable` #1686

Open wen-templari opened 1 month ago

wen-templari commented 1 month ago

The parameter instance in JSpreadsheetOptions.updateTable seems to have the type JspreadsheetInstanceElement instead of JspreadsheetInstance

image

image