Side navigation
#13105 closed feature (notabug)
Opened December 21, 2012 09:36PM UTC
Closed December 21, 2012 09:49PM UTC
Colgroup issue
Reported by: | qeremy | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When appending a colgroups, it's inserted to end of table. That's working on FF, IE8, IE9 but Chrome.
But if colspan moved to head of table, that would be enough to correction.
Attachments (0)
Change History (1)
Changed December 21, 2012 09:49PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
That's what
.append()
does. Use.prepend()
instead.http://jsfiddle.net/dmethvin/SXnpn/2/