Christian Bach is announcing that tablesorter with version number 2.23.3 is already available to download.
What is tablesorter ?
tablesorter is A tiny jQuery plugin for adding filtering controls to a table's header, for easily sorting table data without the need of a page refresh .
tablesorter helps a developer take a regular HTML table and convert it into a fully-blown data grid component.Ideal for both small and large tables alike, tablesorter adds special buttons to a table's header and footer (if present) that will enable any user to sort the entire table's data based on the selected column.tablesorter can differentiate between the data contained in a table column, being able to distinguish between numbers, text, dates, currencies, etc. and sort the data accordingly.This is an ideal feature to have, especially with user-generated data, where the format is not always strict.tablesorter also handles well with the more complex features of modern Web design, like AJAX, paginated content, real-time editing and so on.
This is changelog for tablesorter version 2.23.3 :
- Added columnUpdate event when columnSelector is updated.
- Added columnSelector_cssChecked option - css class name added to checkboxes.
- Added cssIgnoreRow option. Added to a header row that is to be ignored & not added to the config.$headers variable.
- Allow passing alternate headers to getColumnData function.
You can read the complete changelog and also download this latest version on their homepage:
tablesorter.com