Hello
I’ve just started evaluating latest version of handsontable to see if would find a place in the app that we’re building.
One of the things I’m trying to do at the moment is to let user add new columns via the context menu with editable headers and custom formatting.
I’ve created a example of what I’m trying to achieve:
https://jsfiddle.net/mateuszsiek/p138oqwv/35/
As you can see I’m using custom renderers for both headers and columns. I’ve noticed that after adding custom columns
renderer all the column controls in the context menu are being disabled
I’ve tried to find solution to that but best what I’ve found was suggestions that I could create custom items in the context menu which is not ideal cause that would mean I have to implement the items like: “Insert column left”, “Insert column right”, remove and probably more.
Hope there is a way to make it work without too much hacking