Skip to content
Mottie edited this page Nov 8, 2014 · 15 revisions

* Note: the three periods or digits preceding the text refers to the associated issue #.

High Priority

  • ... output widget to get parsed data (inputs, select, checkboxes, etc)
  • 574 filter search through cell array (child rows, multiple values in cell) - http://stackoverflow.com/a/22916973/145346
  • ... update core to allow loading an array of rows & not build them into DOM
  • ... update scroller widget to allow scrolling through an array of rows; building them into DOM as necessary (using this code - scroll 1/2 way down until "Foo Bar ###" is seen)

Med Priority

Low Priority

  • 495 Scroller widget + resizable/reorder

Next Major Update (Version3)

  • ... events return config (always)
  • ... rename rows ( visible + hidden + filtered = total )
  • ... $.tablesorter.addWidget( table, 'pager' ); // add widgets on the fly
  • 335 Resize + sticky (v3)
  • 393 Build table does all ajax processing (clean up pager)
  • 335 Resize + stickyHeaders
  • ... config.debug, config.pager.debug, config.core.debug, config.filter.debug, etc... reduce console spam (debug: true, false, all, "pager")
  • ... integrate DISCUQ into docs

  • 634 Make themes work with a fixed table layout
  • 413 Bootstrap responsive theme
  • 410 Hierarchical sorting
  • 273 Tablesorter with large data sets
  • 260 Keyboard accessibility
  • 237 Reference column by id or class name
  • 236 Mutli-column sorting
  • 158 showProcessing gif animation - fix w/web workers?
  • 141 Fix alphabetic equivalence operators
  • 117 Enable/disable tablesorter
  • 113 Filter row includes child rows

  • 463 Custom Formatter gists
  • 152 Test suite
  • 109 Docs + Jekyll pages
  • 105 Embedded images
  • 100 JSHint + build

  • 464 Widget - tablesorter toolbar
  • 186 Widget - column reorder
  • 135 Widget - Freeze left column(s)

Done

  • 724 make stickyHeaders attach to a div and make that sticky instead of the actual table.
  • 641 stickyHeaders use onRenderHeader
  • ... jQuery UI selectmenu filterFormatter (no filterFormatter function needed, see this demo)
  • ... filter using ^ or $ alone
  • ... $.tablesorter.hasWidget('pager');
  • 662 throttle resize mousemove
  • 661 filter select issue?
  • ... add extraction methods for parsing, so an element can still use built-in parsers (input + date parser)
  • ... add filter_defaultFilter option to set default filter type per column http://stackoverflow.com/q/25275912/145346
  • 596 Filter ignore column option
Clone this wiki locally