Hello,
Currently I am using handsontable filtering to filter column values.
I need to show the selected filter values in header/filter icon tooltip. Is there any way to achieve this?
Here the tooltip should show Fox, Richardson’s Cable
Thanks!
Hello,
Currently I am using handsontable filtering to filter column values.
I need to show the selected filter values in header/filter icon tooltip. Is there any way to achieve this?
Here the tooltip should show Fox, Richardson’s Cable
Thanks!
Thanks for reply @aleksandra_budnik.
Similar to below tooltip
I use below dropdown menu option in hot config.
dropdownMenu : ['filter_by_value', 'filter_action_bar']
Hi again @manjushamule7
For solving the case I propose to
afterOnCellMouseOver
hook to show/hide it when (e.target
is the dropdown icon)afterFilter
hook will give you the filtered values