INTRODUCTION
------------
The DataTables module integrates the DataTables jQuery plugin into Drupal which
provides advanced interaction controls to HTML tables such as dynamic
pagination, on-the-fly filtering, and column sorting.
* For a full description of the module, visit the project page:
https://drupal.org/project/datatables
* To submit bug reports and feature suggestions, or to track changes:
https://drupal.org/project/issues/search/datatables
* For full documentation and examples, visit the DataTables plugin page:
http://www.datatables.net
INSTALLATION
------------
* Module: Install as you would normally install a contributed Drupal module.
See: https://www.drupal.org/documentation/install/modules-themes/modules-8
for further information.
* Plugin: Download the latest DataTables jQuery plugin 1.9 package from
http://datatables.net/releases/DataTables-1.9.3.zip and and move the
contents of the DataTables-1.9.3 directory into the libraries/datatables
directory.
USAGE
-----
* Create a new view at Structure » Views » Add new view
* Select DataTables as the view style.
* Add fields to show in the table.
View source
-
- INTRODUCTION
- ------------
-
- The DataTables module integrates the DataTables jQuery plugin into Drupal which
- provides advanced interaction controls to HTML tables such as dynamic
- pagination, on-the-fly filtering, and column sorting.
-
- * For a full description of the module, visit the project page:
- https://drupal.org/project/datatables
-
- * To submit bug reports and feature suggestions, or to track changes:
- https://drupal.org/project/issues/search/datatables
-
- * For full documentation and examples, visit the DataTables plugin page:
- http://www.datatables.net
-
-
- INSTALLATION
- ------------
-
- * Module: Install as you would normally install a contributed Drupal module.
- See: https://www.drupal.org/documentation/install/modules-themes/modules-8
- for further information.
-
- * Plugin: Download the latest DataTables jQuery plugin 1.9 package from
- http://datatables.net/releases/DataTables-1.9.3.zip and and move the
- contents of the DataTables-1.9.3 directory into the libraries/datatables
- directory.
-
-
- USAGE
- -----
-
- * Create a new view at Structure » Views » Add new view
-
- * Select DataTables as the view style.
-
- * Add fields to show in the table.
-
-