ng2-table
ng2-table copied to clipboard
2 Row Header needed
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!
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.