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

DataTable: auto enable loading when sorting/filtering/swapping page #5695

Open
J43fura opened this issue May 7, 2024 · 0 comments
Open

DataTable: auto enable loading when sorting/filtering/swapping page #5695

J43fura opened this issue May 7, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@J43fura
Copy link

J43fura commented May 7, 2024

Describe the bug

When sorting, filtering, or paginating a DataTable with a large dataset, it often takes more than 1000ms for these operations to complete, leaving users without any indication that the application is still processing their request, which can lead users to believe the application is frozen or malfunctioning.

To improve the user experience, I suggest a way of implementing a loading state for the DataTable during sorting, filtering, and other internal operations.

I appreciate any help or workaround, Thanks

Reproducer

https://stackblitz.com/edit/mmym17?file=src%2FApp.vue

PrimeVue version

3.49.1

Vue version

3.x

Language

TypeScript

Build / Runtime

Nuxt

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@J43fura J43fura added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant