tablesort.inc
Версия 1.47.2.1 (checked in on 2009/07/01 at 20:51:55 by goba)
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.
Функции
Имя | Описание |
---|---|
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 | Определяет текущее направление сортировки. |
tablesort_header | Format a column header. |
tablesort_init | Initialize the table sort context. |
tablesort_sql | Создает сортировочную часть SQL запроса. |