plotly / dash-table-experiments

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

can table filter strings based on multiple substrings? #93

Open charleywan2004 opened 5 years ago

charleywan2004 commented 5 years ago

Say for example, I want to filter out strings that contain substring "aba" and "bab", e.g. xxxabaxxxxbabxxx, can I do that?