#981 closed enhancement (invalid)
[PATCH] Enable tbody scrolling on tables with tablesorter
Reported by: | s0undt3ch | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | plugin | Version: | 1.1.1 |
Keywords: | tablesorter | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
Here's a patch that enables scrolling the table's tbody
for both IE and Firefox, others are still left out because other hacks are needed.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | jquery.tablesorter.js.diff added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
comment:5 Changed 13 years ago by
need: | → Review |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
This ticket can be closed because a solution has been made as an extra plugin, thus enabling scrolling for any tables including those that are sorted by [source:trunk/plugins/tablesorter/jquery.tablesorter.js tableSorter].
It works for Firefox and IE like the patch but makes less assumptions about hardcoded widths of scrollbars, etc.
Here's the source and here's the demo.