thachp
(Thachp)
1
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:
- Read-only column
- Adding columns
- Filtering
here’s a working demo: http://jsfiddle.net/cotf4bcs/
thachp
(Thachp)
3
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.