You are here

README.txt in Tablesorter 7.2

-- SUMMARY --

tablesorter is a jQuery plugin for turning a standard HTML table 
with THEAD and TBODY tags into a sortable table without page refreshes. 
tablesorter can successfully parse and sort many types of data including 
linked data in a cell.

-- HOW TO USE --

Please download tablesorter plugin from here
http://tablesorter.com/docs/#Download
extract the archive and copy the contents to the following location
sites/all/libraries/tablesorter. Make sure the main file, 
jquery.tablesorter.min.js, is located at
sites/all/libraries/tablesorter/jquery.tablesorter.min.js

Add class "tablesorter" to your Table code like in example given. 
<table id="myTable" class="tablesorter"> . 
Select Skin from its configuration page.

-- REQUIREMENTS --

Libraries


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

1. Configuration > User-Interface > Tablesorter

File

README.txt
View source
  1. -- SUMMARY --
  2. tablesorter is a jQuery plugin for turning a standard HTML table
  3. with THEAD and TBODY tags into a sortable table without page refreshes.
  4. tablesorter can successfully parse and sort many types of data including
  5. linked data in a cell.
  6. -- HOW TO USE --
  7. Please download tablesorter plugin from here
  8. http://tablesorter.com/docs/#Download
  9. extract the archive and copy the contents to the following location
  10. sites/all/libraries/tablesorter. Make sure the main file,
  11. jquery.tablesorter.min.js, is located at
  12. sites/all/libraries/tablesorter/jquery.tablesorter.min.js
  13. Add class "tablesorter" to your Table code like in example given.
  14. .
  15. Select Skin from its configuration page.
  16. -- REQUIREMENTS --
  17. Libraries
  18. -- INSTALLATION --
  19. * Install as usual, see http://drupal.org/node/70151 for further information.
  20. -- CONFIGURATION --
  21. 1. Configuration > User-Interface > Tablesorter