You are here

README.txt in DataTables 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 2.x README.txt
  5. 1.x README.txt
This module provides views integration for the DataTables jQuery plugin, which 
provides advanced interaction controls to HTML tables such as dynamic
pagination, on-the-fly filtering, and column sorting.

For full documentation and examples, visit the DataTables jQuery plugin page:
  http://plugins.jquery.com/project/DataTables


-- Installation --

* Copy the datatables module to sites/all/modules directory.

* Download the latest DataTables jQuery plugin 1.9 package from:
    http://datatables.net/releases/DataTables-1.9.3.zip

* Extract the archive and move the dataTables-1.9/media folder to the 
  sub-directory called dataTables in the datatables folder:

    sites/all/modules/datatables/dataTables/

  The final path to the media folder should be:

    sites/all/modules/datatables/dataTables/media

* Alternatively, if you are using the Libraries API module
  (http://drupal.org/project/libraries), you can place the dataTables folder in
  sites/all/libraries/ so final path is sites/all/libraries/datatables (note the
  lower case directory name).  See http://drupal.org/node/1440066 for more
  information.

* Enable the module at Administer >> Site building >> Modules.

-- Usage --

* Create a new view at admin/build/views/add

* Add fields to show in the table.

* Select DataTables as the view style.

File

README.txt
View source
  1. This module provides views integration for the DataTables jQuery plugin, which
  2. provides advanced interaction controls to HTML tables such as dynamic
  3. pagination, on-the-fly filtering, and column sorting.
  4. For full documentation and examples, visit the DataTables jQuery plugin page:
  5. http://plugins.jquery.com/project/DataTables
  6. -- Installation --
  7. * Copy the datatables module to sites/all/modules directory.
  8. * Download the latest DataTables jQuery plugin 1.9 package from:
  9. http://datatables.net/releases/DataTables-1.9.3.zip
  10. * Extract the archive and move the dataTables-1.9/media folder to the
  11. sub-directory called dataTables in the datatables folder:
  12. sites/all/modules/datatables/dataTables/
  13. The final path to the media folder should be:
  14. sites/all/modules/datatables/dataTables/media
  15. * Alternatively, if you are using the Libraries API module
  16. (http://drupal.org/project/libraries), you can place the dataTables folder in
  17. sites/all/libraries/ so final path is sites/all/libraries/datatables (note the
  18. lower case directory name). See http://drupal.org/node/1440066 for more
  19. information.
  20. * Enable the module at Administer >> Site building >> Modules.
  21. -- Usage --
  22. * Create a new view at admin/build/views/add
  23. * Add fields to show in the table.
  24. * Select DataTables as the view style.