Replies: 1 comment 4 replies
-
Hi, thanks for reporting this issue. Can you send a PR with your solution? |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
hi there,
it´s the first time i am using powergrid in a project and it´s very cool 😎
but one thing is strange to me:
as soon as you choose "all" (value => 0) from the drop-down (
footer.perPageValues
) the drop-down disappears.and I guess it´s because if this:
livewire-powergrid/resources/views/components/frameworks/tailwind/footer.blade.php
Line 9 in a4966be
and as soon as the user has chosen to see all entries, he cannot go back to any other value, because the "perpage" dropdown is gone.
am I missing something here or is that really intended to be that way? 😏
I already figured out how to avoid that "disappearing": I can set a fixed list of values:
but that still does not help in case when I want to offer "0" (show all) and still keep the dropdown so the user is able to go back to 10 (for example). 🤷
THANKS
Beta Was this translation helpful? Give feedback.
All reactions