Removing Only Remove Column in Context menu

Tags: #<Tag:0x00007f8b1ce33740>

Hi,
I’m trying to remove Remove Column In context menu and I’m using this below code
dropdownMenu: [‘col_left’, ‘col_right’,‘alignment’,‘clear_column’, ‘make_read_only’, ‘---------’, ‘filter_by_condition’, ‘filter_by_value’, ‘filter_action_bar’], . But the problem is In filter by condition And ,Or condition is not coming . How resolve this problem.

Hi @kunal

you need to add ‘filter_operators’ and ‘filter_by_condition2’ as well. Here’s an updated demo https://jsfiddle.net/AMBudnik/z2qr5p1t/

docs related: https://handsontable.com/docs/8.0.0/demo-context-menu.html

Thank you

1 Like