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
I used $this->setDelaySelectAllEnabled(); in configure().
When i click on "Select all" link, $this->setDelaySelectAllEnabled(); behavior is ok, but when i select all via the checkbox
it fires to the backend immediatly.
How to reproduce the bug
Have a large amount of rows
$this->setDelaySelectAllEnabled(); in configure()
✅ select one row, then click on "Select all" link
❌ click on the select all checkbox
Package Version
3.4.21
PHP Version
8.3.x
Laravel Version
11.25.0
Alpine Version
3.14.1
Theme
Tailwind 3.x
Notes
No response
Error Message
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
I used
$this->setDelaySelectAllEnabled();
inconfigure()
.When i click on "Select all" link,
$this->setDelaySelectAllEnabled();
behavior is ok, but when i select all via the checkboxit fires to the backend immediatly.
How to reproduce the bug
$this->setDelaySelectAllEnabled();
inconfigure()
Package Version
3.4.21
PHP Version
8.3.x
Laravel Version
11.25.0
Alpine Version
3.14.1
Theme
Tailwind 3.x
Notes
No response
Error Message
No response
The text was updated successfully, but these errors were encountered: