question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Table] Nested tables inherit the parent tables styling

See original GitHub issue

See 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:open
  • Created 6 years ago
  • Reactions:4
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
ocharlescommented, Jun 5, 2018

Please don’t close this, there are open PRs and this is a valid bug.

0reactions
lubber-decommented, Oct 6, 2022

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/

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found