Hi,
Is there a way I can store some meta data in the column settings?
I have a renderer function as a named alias that I use across multiple handsontable instances. At the moment my workaround is to store content in the header css class name upon initilization.
A use case for example would be I wish to store the decimal precision (substitute anything here - but this is a simple example) in the class header name.
My renderer function currently then gets the colSetting and then parses the value stored in the css class name and then uses that value to render the content.
Is there a more elegant way of achieving something similar? I am using v14.5.0.
Thanks