Skip to content

CSS-only filesystem-like row headers#29

Merged
texodus merged 2 commits intomasterfrom
css-only-fs-tree
Jun 1, 2020
Merged

CSS-only filesystem-like row headers#29
texodus merged 2 commits intomasterfrom
css-only-fs-tree

Conversation

@texodus
Copy link
Copy Markdown
Member

@texodus texodus commented Jun 1, 2020

Adds support for rendering tbody th elements optionally with "shadow" <th style="display:none"> elements underneath rowspan-applied parent elements. This makes styling via CSS quite a bit easier as each <tr> has the same number of <th> elements (and elements overall), which makes is convenient to use selectors such as :last-of-type, :first, etc to correspond to specific column groups.

@texodus texodus merged commit f86872f into master Jun 1, 2020
@texodus texodus deleted the css-only-fs-tree branch June 1, 2020 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant