is there a possibility to enable RegEx filtering capabilities for the column filters in the JavaScript Table View and to enable a filter for numerical values (like 5 <= x <= 7)?
I think this might be a request for a new feature…
I think you can achieve this by using the standard Column Filter, which allows for RegEx, just before the Javascript Table View. Would that solve your problem?
thank you very much for your suggestion.
I had not explained the background of my approach… so here it comes…
I would like the filtering of a table in an interactive manner used within a component to enable graphs being updated on the changed selection. This interactivity within a componennt is -by my knowledge- not feasible with the column filter.