Dash-Table-Experiments Filtering with Inequalities

This is my first time posting something like this, so I apologize if the question is redundant. I wasn’t able to find one like it so I thought I would ask.

Is it possible to filter a column of a numeric type using inequalities? Example posted below.

Again, sorry if this was already answered.

-Austin

Hi, yes it is :slight_smile: simply try it in the other way: <10 or >10. See the post of @chriddyp for examples: Display tables in Dash .

1 Like

Thank you for the link, I really appreciate the help! Would there also be a possibility to use inequalities within a specific range?

So if I wanted to search for the data within the range of 25 to 10, I would put 25>10? I tried a few combinations of this but my table doesn’t seem to be accepting those inputs.

Your welcome.

I don’t think that such filter exists right now. The filter only accept <, >, <=, >=.

See here if you like code: https://github.com/plotly/dash-table-experiments/blob/master/src/data/filter.js