Remove 'Clear Column' and Read-only menu item under dropdownMenu (Pro)

Tags: #<Tag:0x00007efc651cd5a0>

I need to remove ‘clear column’ and set column as ‘read-only’ for users. What is the easiest way to go about it?

Are there options similar to ‘allowInsertColumn’ but for clearing column and read-only?

I have tried customizing the dropdown menu by passing custom list of actions, but doing show remove ‘filter’ from the dropdown menu which I need.

Source: https://docs.handsontable.com/pro/1.8.0/demo-dropdown-menu.html

Hi @thachp
If you need only:

  1. Read-only column
  2. Adding columns
  3. Filtering
    here’s a working demo: http://jsfiddle.net/cotf4bcs/

Awesome. Thank you. Didn’t know about ‘filter_by_condition’, ‘filter_by_value’, ‘filter_action_bar’.

You’re welcome @thachp
about 'filter_by_condition' and 'filter_action_bar' we’re writing here https://docs.handsontable.com/pro/1.1.1/demo-filtering.html but 'filter_by_value' I guess is not mentioned anywhere.