Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
How to export all Rows in virtual Scroll with remote data source
posted

I was wondering if someone can point me to some resources or provide some insight on my problem.
I have a large Data Table which i get from a NodeJs server in Json Format which works fine and scrolling
etc works. Problem i have is when i go and want to export the data it will only export the visible rows not
all rows which match my Data Result. Is there a way to call the Export function to get all data rather then
only export whats on page ? 
also is there an option for Angular to export it to PDF without going thru excel and the print to PDF ?

Thanks