reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

Export Complete Report of reactive table server side pagination

Open sakshi-kataria opened this issue 9 years ago • 4 comments

Hi I have implemented reactive table server side pagination in my reports section and its working fine but I want to export complete data of report. is there any way to export complete data in excel for reactive table server side pagination.

I have found some other way but it is exporting only the data which is on first page of Report.

sakshi-kataria avatar Mar 07 '16 11:03 sakshi-kataria

Sorry, the reactive table publication will only give you one page at a time, so you'll have to write your own publication for exporting.

aslagle avatar Mar 08 '16 04:03 aslagle

but if i am using meteor.publish and subscribing it... application hang due to bulk data so in this case what i need to do.. please let me know if you have any solution

sakshi-kataria avatar Mar 08 '16 05:03 sakshi-kataria

i used reactive table server side pagination in my reports section because meteor.publish and subscribe hangs the application of bulk data

sakshi-kataria avatar Mar 08 '16 05:03 sakshi-kataria

You might just have too much data to subscribe to all of it at once. If you're trying to download a report instead of see it in the application you could try generating it on the server side, but reactive table won't help with that.

aslagle avatar Mar 09 '16 01:03 aslagle