ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

2 Row Header needed

Open eltigree80 opened this issue 8 years ago • 1 comments

Hello. Is there a possibility for make a 2 row Header in ng2-table? i dont see any config options :-( Can you help me?

Thanks a lot!

eltigree80 avatar Jun 07 '17 08:06 eltigree80

I don't think it's possible to have 2 headers with ng-table, but maybe you could try to separate the headers from the rows, having a table with only the headers and after that, the rows with ng-table. I managed to have 2 header rows with this workaround, but don't know how it's going to behave with the sorting options.

The only thing is that the user will see a bit weird the table, because the rows and the headers by default will be a bit separated, but probably it can be solved with CSS.

themese avatar Aug 01 '17 15:08 themese