Html – Select `td` in rows that are only inside a root table but not inside nested tables
I have a table that can contain nested tables which renders inside a drawer. The nested table is the same component, and i'm trying to create a css selector that will select the td elements of rows of the root…