Export does not show the total amount of items #1963
johannesMEGABAD
started this conversation in
BUG
Replies: 2 comments 2 replies
-
Good day. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can confirm that this issue exists. I also noticed that even though it doesn't shot the number it does export the file correctly. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Livewire PowerGrid version
v6.5.0
Livewire version
v.3.6.3
Laravel version
v.12.20.0
Which PHP version are you using?
None
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
When using the export functionality the export does not show the total amount of the items.
When I select all checkboxes then the total amount shows.
I tracked it down and up until the point where it renders the table header and export it has the correct amount of the total items in
$total
Once it renders the table the variable is set to 0
Code snippets
This is how I build the pagination
How do you expect it to work?
I expect it to show the total amout of items
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions