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?
Add multiple cellmates to a cell
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