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

[Table] tfoot not supported #840

Closed
ziaratban opened this issue Jun 29, 2019 · 2 comments
Closed

[Table] tfoot not supported #840

ziaratban opened this issue Jun 29, 2019 · 2 comments
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@ziaratban
Copy link

Bug Report

hi
tfoot tag not supported in table.

http://jsfiddle.net/nt3460jL/

Version

2.7.6

@y0hami y0hami added type/bug Any issue which is a bug or PR which fixes a bug lang/css Anything involving CSS labels Jul 1, 2019
@y0hami y0hami added this to the 2.7.x milestone Jul 1, 2019
@y0hami
Copy link
Member

y0hami commented Jul 1, 2019

tfoot tag currently only supports th tags within rows, td needs to be added.

.ui.table > tfoot > tr > th {

@lubber-de lubber-de modified the milestones: 2.7.x, 2.8.x Sep 2, 2019
@exoego exoego modified the milestones: 2.8.x, 2.8.0 Sep 20, 2019
@y0hami y0hami added tag/good-first-issue Good issues for new starters to try tag/help-wanted Issues which need help to fix or implement Hacktoberfest Issues for Hacktoberfest! labels Oct 3, 2019
@lubber-de
Copy link
Member

Implemented by #1083

@lubber-de lubber-de added state/has-pr An issue which has a related PR open and removed tag/good-first-issue Good issues for new starters to try tag/help-wanted Issues which need help to fix or implement labels Oct 10, 2019
@lubber-de lubber-de added tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build and removed state/has-pr An issue which has a related PR open Hacktoberfest Issues for Hacktoberfest! labels Oct 22, 2019
@y0hami y0hami closed this as completed in 44fbf3c Nov 14, 2019
@y0hami y0hami removed the tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build label Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

4 participants