diff --git a/docs/index.html b/docs/index.html index deede16e8..2c395fa35 100644 --- a/docs/index.html +++ b/docs/index.html @@ -974,28 +974,32 @@
$.tablesorter.parsers
). Here is a complete list of default parsers:
+ $.tablesorter.parsers
). Here is a complete list of default parsers: (modified v2.18.0)
sorter: "text" | Sort alpha-numerically. |
---|---|
sorter: "digit" | Sort numerically. |
sorter: "currency" | Sort by currency value (supports "£$€¤¥¢"). |
sorter: "image" | Sort by image alt value (see imgAttr option). |
sorter: "image" | Sort by image alt value (see imgAttr option; added in v2.18.0). |
sorter: "ipAddress" | Sort by IP Address; Warning This parser was moved to the parser-network.js file in v2.18.0. |
sorter: "url" | Sort by url. |
sorter: "isoDate" | Sort by ISO date (YYYY-MM-DD or YYYY/MM/DD; these formats can be followed by a time). |
sorter: "shortDate" | Sort by a shortened date (see dateFormat ; these formats can also be followed by a time). |
sorter: "time" | Sort by time (23:59 or 12:59 pm). |
sorter: "metadata" | Sort by the sorter value in the metadata - requires the metadata plugin. |
headers
option to see how to use these parsers in your table (example #1).Check out the headers
option to see how to use these parsers in your table (example #1).