datatable custom richselect filter by value

Is it possible to have a custom richselect filter in datatable where filter works by value (text) not id (a comparaison with filter value and text in cell )?

thanks

Hello @romain ,
You can add a custom filter and inherit the entire configuration from richSelectFilter, this process is fully described in our documentation:
https://docs.webix.com/datatable__headers_footers.html#customheaderandfootercontent
In order to change the filtering logic inside the options list, you can do this through the configuration of a separate filter in the table (inputConfig).
Please take a look at the next snippet:
https://snippet.webix.com/pp6ovtrx