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

How can add group headers column span #301

Open JorgelGtzGtz opened 5 years ago

JorgelGtzGtz commented 5 years ago

How can add group headers column span?

hjalmers commented 4 years ago

Hi, and sorry for the late reply. I'm afraid it's currently not possible although you could achieve a similar result using the custom render function and/or custom component feature. See https://github.com/hjalmers/angular-generic-table/issues/287 for more info.