hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Export to PDF and Excel #270

Open LokeshBoran opened 5 years ago

LokeshBoran commented 5 years ago

In export, if there is export to excel and PDF option is available than its more user-friendly and productive.

hjalmers commented 5 years ago

I guess it depends a bit on the data you have in your table and what users are going to do with it. I'd recommend generating a pdf server-side as client-side implementations have their limitations and they're not consistent across devices and browsers. But I still think this would be a nice feature so I'll add it as a feature request, would be nice to add it as a plugin.