You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
When the DataTable is in lazy mode and loading is set to true, the loader blocks all the filters, forcing the user to wait for the results before applying additional filters (for example, in another column).
It would be better to have the loader only in the table body (where the rows are) to avoid this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello !
When the DataTable is in lazy mode and loading is set to true, the loader blocks all the filters, forcing the user to wait for the results before applying additional filters (for example, in another column).
It would be better to have the loader only in the table body (where the rows are) to avoid this.
Reproducer : https://stackblitz.com/edit/bmp6jw?file=src%2FApp.vue
Beta Was this translation helpful? Give feedback.
All reactions