Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow is-selected class on <td> and <th> tags #1380

Merged
merged 3 commits into from
Nov 6, 2017

Conversation

pip36
Copy link
Contributor

@pip36 pip36 commented Oct 29, 2017

This is an improvement.

Proposed solution

Allows individual cells in a table to be selected, instead of just rows.
Similar issue is mentioned in issue #1278.

Tradeoffs

Let me know if you think there are downsides.

Testing Done

Have tested locally and doesn't seem to affect existing table classes.

tabletest

@jgthms
Copy link
Owner

jgthms commented Oct 29, 2017

This results in td td td th th td and th th selectors which are incorrect.

@jgthms jgthms merged commit 2fed27a into jgthms:master Nov 6, 2017
@jgthms
Copy link
Owner

jgthms commented Nov 6, 2017

Thanks!

jgthms pushed a commit that referenced this pull request Nov 6, 2017
* Allow is-active class on <td> and <th> tags

* Fix incorrect selectors
@pip36
Copy link
Contributor Author

pip36 commented Nov 6, 2017

No problem. Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants