Replies: 1 comment
-
There's a bulk actions that exists. Otherwise, for a custom label that has a checkbox, it'll adhere to however you've configured it, so if you've told the checkbox to bind to wire:model.live (or equivalent), it'll make the relevant calls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in my table i have a column with custom label that renders a toggle checkbox. This checkbox has a wire:click in order to update the db whether its checked or not.
How can I avoid the re-render of the table when calling this function?
The table has 700k records so its grayed for a couple seconds on every click, very annoying to the user.
I tried the #[Renderless] tag in my toggle function but has no effect.
Also tried the booleancolumn with toggleable but it also re renders the table and doesnt change the icon when clicked.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions