savannabits / primevue-datatables

Easy Laravel Server-Side implementation of PrimeVue Datatables
MIT License
27 stars 20 forks source link

Need export function #14

Open andykoe24 opened 1 year ago

andykoe24 commented 1 year ago

i wonder is there any export all to csv function base on current filter available in this library? if have how to use/call it?

farshadff commented 1 year ago

we needed that in our projects too . so what we did was we used laravel excel package . created an export and send exactly the same filters for the new function and used to create a builder and pass that export function . then you can get a csv based on filters