Opened 10 years ago
Closed 10 years ago
#13105 closed feature (notabug)
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.
Note: See
TracTickets for help on using
tickets.
That's what
.append()
does. Use.prepend()
instead.http://jsfiddle.net/dmethvin/SXnpn/2/