sort-table
==========

A pure JavaScript (no dependencies) solution to make HTML
Tables sortable


Usage
=====

Include sort-table.js anywhere in your page, it runs on load.  
Add CSS class 'js-sort' to all tables you want sortable.  
Optionally include sort-table.css (or its contents) in your styles.  


Support
=======

Tested successfully in FireFox Win/Mac.  
Tested successfully in Chrome Win/Mac.  
Tested successfully in Safari Win/Mac.  
Tested successfully in Internet Explorer 10.  


License
=======

Released under MIT license, see included LICENSE.txt
or http://opensource.org/licenses/MIT
