tablesort.inc
Version 1.32 (checked in on 2005/03/31 at 09:25:33 by unconed)
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_querystring | Compose a query string to append to table sorting requests. |
| tablesort_get_sort | Determine the current sort direction. |
| tablesort_header | Format a column header. |
| tablesort_init | Initialize the table sort context. |
| tablesort_pager | Fetch pager link arguments. |
| tablesort_sql | Create an SQL sort clause. |
