Blog Archive for September 26, 2010

Built in Tablesorter Formats

September 26, 2010

Using the jQuery tablesorter plugin, there are some built in orderings that you can use. These are often determined automatically, but sometimes (especially when there are blank values) they need to be specified manually.

The formats available are:

  • text
  • digit
  • currency
  • ipAddress
  • url
  • isoDate
  • percent
  • usLongDate
  • shortDate
  • time
  • metadata

To …