tablesort.inc
Version 1.56 (checked in on 2009/10/09 at 00:59:54 by dries)
Functions to aid in the creation of sortable tables.
All tables created with a call to theme('table') have the option of having column headers that the user can click on to sort the table by that column.
Functions
| Name | Description |
|---|---|
| tablesort_cell | Format a table cell. |
| tablesort_get_order | Determine the current sort criterion. |
| tablesort_get_query_parameters | Compose a URL query parameter array for table sorting links. |
| tablesort_get_sort | Determine the current sort direction. |
| tablesort_header | Format a column header. |
| tablesort_init | Initialize the table sort context. |
