[Table] Nested tables inherit the parent tables styling
See original GitHub issueSee the following Fiddle:
https://jsfiddle.net/nghL6bc0/
In this fiddle, we have a normal ui striped table
. Inside one cell, we have a ui very basic table
. However, this is actually a ui very basic striped table
, even though I didn’t ask for that. This means tables are not composable.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Style is not always applied with nested tables - Stack Overflow
The borders on the table in the first row are not collapsed, so I assume that nested tables do not inherit styles from...
Read more >[Table] Nested tables should not inherit border styles from parent
Nested tables should not inherit border styles from parent. This can probably be fixed by applying the relevant styling using direct-child CSS ......
Read more >CSS TABLE formatting to exclude child tables - MSDN
But I'm having the problem that tables inside this TABLE.row are also inheritting this style. So how do I prevent it so that...
Read more >Css And Nested Table Problem - Digital Point Forums
I have a table that has a nested table inside. The nested table is inheriting the css style of the parent table.
Read more >Styling tables - Learn web development | MDN
Objective: To learn how to effectively style HTML tables. A typical HTML table. Let's start by looking at a typical HTML ...
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
Please don’t close this, there are open PRs and this is a valid bug.
Fixed in Fomantic UI by https://github.com/fomantic/Fomantic-UI/pull/604 See your adjusted fiddle here https://jsfiddle.net/u0r7gps4/ Also fixed for the calendar, which is merged into Fomantic UI, here https://jsfiddle.net/vd1b2ksf/1/