-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Slow filtering global search and 3K records #7608
Comments
Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days. |
Make sure you use
|
will it be useable in virtualscroller. because global search better in pagination but not in virtualscroller. You can try in https://primereact.org/datatable/#virtualscroll |
@vasubansal333 I don't know you tell me i need a StackBlitz reproducer. |
Your StackBlitz does not run for me it is throwing errors? |
in this apply global filter and try. https://stackblitz.com/run?file=src%2FApp.tsx |
column filter typing is also slow for virtual scroller |
That link you pasted doesn't work it just is a default link. Can you please provide a working StackBlitz? |
@melloware the first stack almost works. You have to move the useState call inside the app.tsx into the component. |
Exactly. But my time is limited so the burden of working reproducer is on the OP not me spending time trying to figure out what is wrong with their reproducer. Only so many hours in the day.... |
Describe the bug
i have around 3k rows in Datatable used virtual scroller . now using global search over it .The typing is very slow in that . The example shown by you is without search box.
Reproducer
No response
System Information
Steps to reproduce the behavior
apply global search over datatable with 1000 rows and virtual scroller. when type the typing is very slow.
Expected behavior
typing should be fast as pagination
The text was updated successfully, but these errors were encountered: