I need to add an icon with the text to the rowHeaders which will be clickable to fire an event to display/hide/add a new row.
It seems to me headers[both row or column] only take text and in order to add icons and event handling, I have to use cell.
Is this true? or Is there any easier way to do so?
And if this is true, is there any plan to make headers customizable and furthermore supports React component(HotColHeaders or HotRowHeaders)?
Thanks