https://bugzilla.wikimedia.org/show_bug.cgi?id=38704

--- Comment #1 from Krinkle <krinklem...@gmail.com> 2012-07-26 09:27:26 UTC ---
I'm not a maintainer of the tablesorter plugin, but I do know (as you've found
out) that the sort cache fails when applied to a different table.

Work-around:
* Don't clone including data and events, you're creating a new table
essentially. So call .tablesorter() on it if you want it to be sortable.
> $('table.sortable').first().clone().appendTo( mw.util.$content ).sortable()

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to