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

Readonly and setStyle #1680

Closed krosoftware closed 3 months ago

krosoftware commented 3 months ago

Hello if column is defined as readonly, setStyle does not work. How to change background color on readonly column? Thank you

hodeware commented 3 months ago

obj.setStyle = function(o, k, v, force, ignoreHistoryAndEvents);

You can use force = true