Export functionality #745
-
I have read in previous commits that an export feature was added a long time ago, (commit) but I couldn't find anything in the documentation. Has it been deprecated in the meantime? |
Beta Was this translation helpful? Give feedback.
Answered by
rappasoft
Apr 27, 2022
Replies: 1 comment 1 reply
-
Use the bulk actions functionality: https://rappasoft.com/docs/laravel-livewire-tables/v2/bulk-actions/creating-bulk-actions You'll have to implement the actual logic using laravel-excel or some similar package though, but it should be straight forward. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SilverBull
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the bulk actions functionality: https://rappasoft.com/docs/laravel-livewire-tables/v2/bulk-actions/creating-bulk-actions
You'll have to implement the actual logic using laravel-excel or some similar package though, but it should be straight forward.