Inserting columns left and right when using HotColumn components

Tags: #<Tag:0x00007efc6c8ff1c8>

Hi All,

How do you add new columns when using HotColumn components? The option in the context menu is disabled.

Regards,
Asheer

Hi @asheerrizvi

You may add the columns via custom context menu option when the logic updates the columns via updateSettings method.

Here http://jsfiddle.net/gLey19kb/1/ I have a basic example in Vanilla but if you’d need any help with the code I’ll be happy to help.

Hi @asheerrizvi

have you had time to test my code sample?