Releases: White-Tiger/sorttable.js
Releases · White-Tiger/sorttable.js
version 2e3
This is quite a major release with "lots" of additions and improvements
- fixed problems with dynamic tables, see #1
- fixed automated sorting type detection
- added support for multiple sorting headers and "tbody" elements
- added support for decimal comma instead of decimal point
- added some more currencies such as € and ₽
- improved compatibility with other scripts
- IE compatibility improved a bit
and some other changes
sorttable.min.js is now the preferred way to use sorttable. IE issues from previous release were fixed
version 2e2
This release includes my modified version 2 with full and minified sorttable.js
Note: sorttable.min.js doesn't work with broken IE's as minification also means to strip comments that were used to detect if IE is used. Newer versions (IE 8+) should be fine, probably even IE 6 or 7
Use the non-minified version if you really have to support broken IE's or test whether it's really broken or not. (you can minify it yourself if you know what to do though)