How to add search boxes directly inside the DataFrame next to each column name, also I want to add filter options for each columns beside that searchbox

Question : How to add search boxes directly inside the DataFrame next to each column name, also I want to add filter options for each columns beside that searchbox?

Running app Locally

I want the output like this attached is the image for more understanding

wantapp
Please give me code snippet for this requirements…

using…
Streamlit Version: 1.23.1
Python 3.7.16

Hi @Parth_Gajmal

It seems AgGrid or Mito components may be what you’re looking for.

However, according to the Roadmap the Toolbar for dataframes feature is in plan (see https://roadmap.streamlit.app/ and look for ā€œ Toolbar for dataframesā€).