You are here

README.txt in DataTables 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
  3. 7 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.6 package from:
    http://plugins.jquery.com/project/DataTables

* Extract the archive and move the dataTables-1.6/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

* 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.6 package from:
  9. http://plugins.jquery.com/project/DataTables
  10. * Extract the archive and move the dataTables-1.6/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. * Enable the module at Administer >> Site building >> Modules.
  16. -- Usage --
  17. * Create a new view at admin/build/views/add
  18. * Add fields to show in the table.
  19. * Select DataTables as the view style.