Add multiple cellmates to a cell

Tags: #<Tag:0x00007f8b18d3ca48>

Hi, Can I add multiple classNames to a cell by the setCellMeta method? If not, what method should be used to implement adding multiple classes to a cell and not covering each other?

Hi,

className will be set as a string to the cell element. Use a string of classes that you want to add to the element.

Kind regards
Wojciech

ok, thanks