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.

Home Page:https://hjalmers.github.io/angular-generic-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can add group headers column span

JorgelGtzGtz opened this issue · comments

How can add group headers column span?

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 #287 for more info.