Example: Tablesort

Same name in other branches
  1. 3.x modules/tablesort_example/tablesort_example.module \tablesort_example
  2. 7.x-1.x tablesort_example/tablesort_example.module \tablesort_example
  3. 4.0.x modules/tablesort_example/tablesort_example.module \tablesort_example

Example of a sortable table display. Three columns are sortable (Numbers, Letters and Mixture) We are using TableSort Extender extend('Drupal\Core\Database\Query\TableSortExtender')

Parent topics

File

tablesort_example/tablesort_example.module, line 8

Functions

Title Sort descending File name Summary
tablesort_example_install tablesort_example/tablesort_example.install Implements hook_install().
tablesort_example_schema tablesort_example/tablesort_example.install Implements hook_schema().
tablesort_example_uninstall tablesort_example/tablesort_example.install Implements hook_uninstall().

Classes

Title Sort descending File name Summary
TableSortExampleTest tablesort_example/tests/src/Functional/TableSortExampleTest.php Verify the tablesort functionality.