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
Selecting row/records in the table has a pretty bad UX right now.
It's super slow, and selecting multiple rows after each other, before it's done "loading" works, but the UX is just bad with the checkboxes "coming and going" until the last action is loaded.
Maybe this is fixable with Alpine.js @entangle and .defer.
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
-
Selecting row/records in the table has a pretty bad UX right now.
It's super slow, and selecting multiple rows after each other, before it's done "loading" works, but the UX is just bad with the checkboxes "coming and going" until the last action is loaded.
Maybe this is fixable with Alpine.js
@entangle
and.defer
.https://laravel-livewire.com/docs/2.x/alpine-js#extracting-blade-components:~:text=Sometimes%2C%20it%20isn't%20necessary%20to%20update,on%20a%20.defer%20property%20like%20so%3A
Beta Was this translation helpful? Give feedback.
All reactions