This example demonstrates how to create a sortable table display.
This is an example describing how a module can display data in a sortable table.
See TableSort.
Parent topics
File
- modules/
examples/ tablesort_example/ tablesort_example.module, line 7 - Hook implementations for the Table Sort Example module.
Functions
Name | Location | Description |
---|---|---|
tablesort_example_install |
modules/ |
Implements hook_install(). |
tablesort_example_menu |
modules/ |
Implements hook_menu(). |
tablesort_example_page |
modules/ |
Builds the table render array. |
tablesort_example_schema |
modules/ |
Implements hook_schema(). |
Classes
Name | Location | Description |
---|---|---|
TableSortExampleTestCase |
modules/ |
Functionality tests for the tablesort example module. |