PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.04k stars 198 forks source link

Ability to "search" current dataframe without refresh #70

Closed vbabaria closed 5 months ago

vbabaria commented 2 years ago

Thanks for all the awesomeness.

is it possible to configure "search" on existing dataframe without going to server? if not, are there any possibilities to add that please? thank you

vbabaria commented 2 years ago

request from other users here

PablocFonseca commented 2 years ago

did you look at AgGrid filtering?

iiLaurens commented 2 years ago

This works well for smaller tables, but when dealing with large dataframes the initial load can take significant time. And most streamlit actions and even some AgGrid selections can trigger these long reloads.

I can imagine it is a great deal of work, but if streamlit-aggrid would offer some support for the Server-Side Row Model, this can drastically improve the user experience. Have you considered such functionality?