Table with two tier headers
See original GitHub issueI have asked about this question in stack overflow as well but did not got any solution.
I have struggle to make the two pair of headers. Basically i wanted is two table header grouped by one header on top. Like in the image here. `
Mars | Venus | |||
---|---|---|---|---|
Name | Produced | Sold | Produced | Sold |
Teddy Bears | 50,000 | 30,000 | 100,000 | 80,000 |
Board Games | 10,000 | 5,000 | 12,000 | 9,000 |
Is this possible on Bootstrap-vue? or, any workaround please?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Tables with Irregular Headers | Web Accessibility Initiative (WAI)
This page covers tables with header cells that span multiple columns ... Table with two tier headers; Table with headers spanning multiple rows...
Read more >How can I construct a table header than spans multiple rows ...
One solution would be to use TD with special CSS rather than TH, but ideally I'd like to follow the traditional html table...
Read more >HTML Table Headers - W3Schools
HTML tables can have headers for each column or row, or for many columns/rows. ... You can have a header that spans over...
Read more >Accessible HTML 5 Table with two tier headers - CodePen
Maximize HTML Editor; Minimize HTML Editor; Fold All; Unfold All. xxxxxxxxxx. 31. 1. <!-- https://www.w3.org/WAI/tutorials/tables/irregular/ -->. 2. <table>.
Read more >Two tier headings without headers and ids
Results. JAWS 15 or NVDA 2014.2 read it OK in FF and IE, but VoiceOver doesn't read the secont row of TH. Code....
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
@hirenvadalia you are correct. We will be adding in support for stacked/spanned headers in a future release.
Not released yet. it will be in 2.0.0-rc 14
As well, we are waiting for documentation updates on the PR (#2653) that adds the feature