plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

How to avoid a filter weirdness #57

Open araichev opened 6 years ago

araichev commented 6 years ago

Hi there, i have a dash table with a 'gender' column that contains values 'male', 'female', and 'other'. When i filter that column by inputing the word 'male', then 'female' values still appear. I think this is because the filter is searching for substrings, and 'male' is a substring of both 'male' and 'female'. How can avoid this situation and simply get 'male' values when i type 'male' in the filter box? For example, can i disable searching on substrings?