You are here

README.txt in DataTables 2.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
  5. 1.x README.txt
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.


File

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