Search for tables
- Search 9.5.x for tables
- Search 8.9.x for tables
- Search 10.3.x for tables
- Search 11.x for tables
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
seven_tablesort_indicator | function | themes/ |
Override of theme_tablesort_indicator(). |
TableSort | class | includes/ |
Query extender class for tablesort queries. |
tablesort.inc | file | includes/ |
Functions to aid in the creation of sortable tables. |
tablesort.test | file | modules/ |
Various tablesort tests. |
TableSort::$header | property | includes/ |
The array of fields that can be sorted by. |
TableSort::getQueryParameters | function | includes/ |
Compose a URL query parameter array to append to table sorting requests. |
TableSort::getSort | function | includes/ |
Determine the current sort direction. |
TableSort::init | function | includes/ |
Initializes the table sort context. |
TableSort::order | function | includes/ |
Determine the current sort criterion. |
TableSort::orderByHeader | function | includes/ |
Order the query based on a header array. |
TableSort::__construct | function | includes/ |
|
TableSortTest | class | modules/ |
Test unicode handling features implemented in unicode.inc. |
TableSortTest::$GET | property | modules/ |
Storage for initial value of $_GET. |
TableSortTest::getInfo | function | modules/ |
|
TableSortTest::setUp | function | modules/ |
Sets up unit test environment. |
TableSortTest::tearDown | function | modules/ |
|
TableSortTest::testTableSortInit | function | modules/ |
Test tablesort_init(). |
tablesort_cell | function | includes/ |
Formats a table cell. |
tablesort_get_order | function | includes/ |
Determines the current sort criterion. |
tablesort_get_query_parameters | function | includes/ |
Composes a URL query parameter array for table sorting links. |
tablesort_get_sort | function | includes/ |
Determines the current sort direction. |
tablesort_header | function | includes/ |
Formats a column header. |
tablesort_init | function | includes/ |
Initialize the table sort context. |
ThemeTableTestCase::testThemeTableStickyHeaders | function | modules/ |
Tableheader.js provides 'sticky' table headers, and is included by default. |
theme_tableselect | function | includes/ |
Returns HTML for a table with radio buttons or checkboxes. |
theme_tablesort_indicator | function | includes/ |
Returns HTML for a sort icon. |
_form_test_tableselect_ajax_callback | function | modules/ |
Ajax callback that returns the form element. |
_form_test_tableselect_empty_form | function | modules/ |
Test functionality of the tableselect #empty property. |
_form_test_tableselect_form_builder | function | modules/ |
Build a form to test the tableselect element. |
_form_test_tableselect_get_data | function | modules/ |
Create a header and options array. Helper function for callbacks. |
_form_test_tableselect_js_select_form | function | modules/ |
Test functionality of the tableselect #js_select property. |
_form_test_tableselect_multiple_false_form | function | modules/ |
Test the tableselect #multiple = FALSE functionality. |
_form_test_tableselect_multiple_false_form_submit | function | modules/ |
Process the tableselect #multiple = FALSE submitted values. |
_form_test_tableselect_multiple_true_form | function | modules/ |
Test the tableselect #multiple = TRUE functionality. |
_form_test_tableselect_multiple_true_form_submit | function | modules/ |
Process the tableselect #multiple = TRUE submitted values. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.