arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
747 stars 127 forks source link

Add 'case' to dataframe explorer #132

Closed arnaudmiribel closed 1 year ago

arnaudmiribel commented 1 year ago

This PR adds a case parameter to our dataframe_explorer extra, so that whenever a filter is a text_input, it can optionally be case insensitive! Was needed in one of our apps the other day.

Closes #99