login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

tablesorter is a jQuery plugin for turning a standard HT...
Multi-column sorting
Parsers for sorting text, URIs, integers, currency, ...
Support secondary "hidden" sorting (e.g., maintain a ...
... Small code size

jQuery plugin: Tablesorter 2.0
http://tablesorter.com/docs/

Categories

/Channels/techie/jQuery

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including:

  • Multi-column sorting
  • Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
  • Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)
  • Extensibility via widget system
  • Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
  • Small code size

HTML

<p>tablesorter is a <a target="_new" class="external" href="http://jquery.com">jQuery</a> plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including: </p> <ul> <li>Multi-column sorting</li> <li>Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. <a href="example-parsers.html">Add your own easily</a></li> <!-- <li>Support for ROWSPAN and COLSPAN on TH elements</li> --> <li>Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)</li> <li>Extensibility via <a href="example-widgets.html">widget system</a></li> <li>Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+</li> <li>Small code size</li></ul>