Is there a way to add multiple classes using the renderers method?
问题 I'm trying to build a rather complex looking table, and i've been playing with various functionalities from handsontable. One thing i was hoping to achieve is to have a cell be assigned diff classes for styling purposes. So im using the renderers for various scenarios. Thing is, when i assign the new class to the cell, is like is rendering it for the first time. Example: const cellClasses = (row, col, prop) => { const cellProperties = {}; if (col === 2 || col === 8 || col === 15) {