Replies: 1 comment
-
For UUID Primary Key, if I remove PowerGrid::detail() it seems to working. |
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.
-
Livewire PowerGrid version
v6.4.0
Livewire version
v3.6.3
Laravel version
v121.19.3
Which PHP version are you using?
PHP 8.4
Which Theme are you using?
None
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
When I'm using UUID as primary key and I'm trying to navigate in pagination menu. I notice rows are missing from PowerGrid Table. For example when i navigated to page 3 (10 perPage, 5 Pages) it supposed to show 10 rows, but it show only 2 or 3 rows. If i refresh, the page 3 will show all 10 rows.
Code snippets
Beta Was this translation helpful? Give feedback.
All reactions