Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of dash-ag-grid #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

weber8thomas
Copy link
Collaborator

This pull request improves the performance of the dash-ag-grid by implementing several optimizations. It includes changes to the build_table function, where the loading of the deltatable from the selected data collection is now only done if the dataframe is empty. Additionally, the Dash AgGrid component has been updated with new properties to enhance performance, such as rowBuffer, maxBlocksInCache, cacheBlockSize, cacheOverflowSize, maxConcurrentDatasourceRequests, infiniteInitialRowCount, and rowSelection. These changes result in a faster and more efficient rendering of the AgGrid table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant