How to remove a cell classname

Hello,

I know add classname by using setCellMeta, but how to remove ?

Hi @taddyzc1996

there’s a method called removeCellMeta().

Here’s an example where we call removeCellMeta() method on a selected cell to remove a className Handsontable example - JSFiddle - Code Playground.


You can read more about it here Core API reference - JavaScript Data Grid | Handsontable

it works, thank you

Great! Thank you for the confirmation.

We can close this thread as solved.