You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Rappasoft Laravel Livewire Tables v2 and need to implement functionality that allows exporting to Excel only the columns and rows currently visible in the table.
The goal is that when users apply filters, searches, pagination, or select specific columns through the UI, the exported Excel file should reflect only the data currently visible in the table view. At the moment, the export feature includes all columns and rows, ignoring any applied filters or visible selections.
Is there a built-in method or a recommended approach specifically for achieving this with Laravel Livewire Tables?
If anyone has a practical example or knows the best practice to accomplish this, it would be very helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently using Rappasoft Laravel Livewire Tables v2 and need to implement functionality that allows exporting to Excel only the columns and rows currently visible in the table.
The goal is that when users apply filters, searches, pagination, or select specific columns through the UI, the exported Excel file should reflect only the data currently visible in the table view. At the moment, the export feature includes all columns and rows, ignoring any applied filters or visible selections.
Is there a built-in method or a recommended approach specifically for achieving this with Laravel Livewire Tables?
If anyone has a practical example or knows the best practice to accomplish this, it would be very helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions