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 820 forks source link

setData but keep first row stable #1624

Open e012345678 opened 1 year ago

e012345678 commented 1 year ago

Hi,

We are using the setData method to update the table and it works great. But we have a case where we want to update the whole table except for first row. Due to the user and inputted data into the first row. (And we update the table while the user is editing). We also do some ad-hoc styling of the first row with jQuery so saving the data and putting it back doesn't work well.

Any suggestions how we can do this?