-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Datatable: Datatable selection is lag and slow with large dataset #4020
Comments
+1 |
After forked and made some changes I have successful reduce the lag time less than 1s(~700ms) |
Send a PR, I want to see it in the official version |
This is a terrible bug in my case i have a lot of data and it goes crashes my application wirth a blank page Update:I have done a workaround to make my app work again. I have removed the 2 way binding on the "selection" field and used @row-select @row-unselect @row-select-all @row-unselect-all with custom callbacks to manually do selection and it has fixed my crashing app. |
+1 |
2 similar comments
+1 |
+1 |
Any update on this? Or is anyone able to share a workaround? |
I have the same problem, but instead of a checkbox, the table really lags (and pages becomes sometimes unresponsive) when searching using global filters. Following. |
+1 |
Hi, Please see; https://dev.to/mertsincan/handling-big-data-on-datatable-with-checkbox-selection-multiselect-4hgc Best Regards, |
Describe the bug
Datatable is so slow when there are large number of dataset and large number of columns.
When I click select all checkbox it show a lag before all rows is selected and even select a single row could show me a lag.
Reproducer
https://codesandbox.io/s/primevue-demo-forked-lgz1dg
PrimeVue version
3.29.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The checkbox should be selected without any lag for large datasets also.
The text was updated successfully, but these errors were encountered: