Support for nested column headers
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here
Are any plans to support multiple tier headers/headers spanning multiple rows or columns similar to these?: https://www.w3.org/WAI/tutorials/tables/irregular/
This might be the only feature that prevents this module from having everything I might ever need in a datatable.
Maybe there already is a way of doing that using the templates, but I’ve been trying around and have had no luck.
(also pinning top headers could also be interesting)
I’m assuming the ability to do that would actually have to be implemented in the library itself, right?
Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:18
- Comments:16 (2 by maintainers)
Top Results From Across the Web
Tutorial: Nested headers - Handsontable
The Nested Rows plugin allows creating a nested header structure, using the colspan attribute. Note: the plugin supports a nested structure, which means...
Read more >Nested headers and column header updates - Bossanova
Enabled nested headers in your spreadsheet and learn how to set or get header values.
Read more >Example: Nested Column Headers - Energiladan
Use nested columns to visually group related column headers. The children attribute associates a parent column to its descendants. Note that only bottom-level ......
Read more >Nested column headers | DevExpress Support
Hello, My WinForm gridcontrol has sets of related columns that repeat for different time frames. I need to show two levels of column...
Read more >Solved: Unpivoting nested column headers
... but don't understand how to deal with the nested column headers (Branch being on top of month). ... Many thanks for any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would love to see this feature
Although nested column headers is’nt supported yet, i’ve found a workaround by leveraging ngx-datatable-header-template and ngx-datatable-cell-template and html’s
<table>
elements.