streamlit-aggrid icon indicating copy to clipboard operation
streamlit-aggrid copied to clipboard

Infinite Scrolling No Longer Default

Open stevenatkin opened this issue 2 years ago • 4 comments

In the latest release 0.3.3. The default behavior of infinite scroll was removed. This is causing large dataframes to not be loaded.

stevenatkin avatar Aug 31 '22 16:08 stevenatkin

Streamlit-aggrid always used Client-Side Row Model. Maybe it is because I updated the aggrid version? How big is you dataframe, I'll try to reproduce here.

PablocFonseca avatar Aug 31 '22 23:08 PablocFonseca

We have a dataframe with about 10,000 rows.

stevenatkin avatar Sep 01 '22 12:09 stevenatkin

@stevenatkin , you can set height=500 when calling the AgGrid function. This param will bring back the normal scroll as version 0.3.2

PhanDuc avatar Sep 07 '22 08:09 PhanDuc

That worked thanks so much.

stevenatkin avatar Sep 08 '22 14:09 stevenatkin