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

Customize exported header #306

Closed Beef-Tech closed 4 years ago

Beef-Tech commented 4 years ago

Hello,

I actually use custom components to define custom header.

I just need to customize exported header column name, like it's possible to do it with column content.

hjalmers commented 4 years ago

Hi @Beef-Tech sorry it took so long for me to look at this and merge it, really appreciate it!