Tsort
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Tsort is a table column sort for non-sql tables. It allows you to sort a table by any column heading, where the table data is not directly pulled from a database, but is simply in an array of rows. It does this by providing a new function, tsort_nonsql_sort(), which will sort your rows for you according to the column which has been clicked.
Example Usage
The following example shows a full example of usage. The function which is provided by this module is the following one:
