Our blazing fast Grid component built with pure JavaScript


Post by bensullivan »

Hi

I have some frozen columns in my grid. How do I remove the "Move to ____ section" item from the context menu?

Screen Shot 2019-10-12 at 12.11.24.png
Screen Shot 2019-10-12 at 12.11.24.png (99.1 KiB) Viewed 1192 times
Thanks

Ben

Post by saki »

Set `draggable:false` on the column. That will disable dragging and also removes the menu item.

Post by bensullivan »

Great - thanks saki!

Post Reply