Powergrid datatable checkbox issue #1907
twinkalmodi-kombee
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Livewire PowerGrid version
power-components/livewire-powergrid : "^5.10",
Livewire version
livewire/livewire : "^3.5",
Laravel version
laravel/framework: "^11.7",
Which PHP version are you using?
PHP 8.2
Which Theme are you using?
None
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
"There seems to be an issue with the checkboxes. I selected three checkboxes on the first page, but when I navigated to the second page, three checkboxes appeared to be selected there as well."
Ideally, the checkboxes on the second page should not remain selected, and when returning to the first page, the originally selected checkboxes should still be retained."
Code snippets
final class Table extends PowerGridComponent
{
use RefreshDataTable;
}
How do you expect it to work?
I selected three checkboxes on the first page, but when I navigated to the second page, three checkboxes appeared to be not selected there as well."
Ideally, the checkboxes on the second page should not remain selected, and when returning to the first page, the originally selected checkboxes should still be retained."
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions