I have a key-value column created with columnType = ‘handsontable’
Dropdown with handsontable is rendered and there are two columns key and value.
User choose one row and key is written to the data source.
Then there is a custom renderer which shows value instead of key in the cell.
Problem is that filter on this column shows keys and not values.
Is it possible to modify the filter to show values and filter by values?