Looking for an open source JavaScript table sort function with multiple column sorting and filters [closed]
- by Wikis
I have an HTML table that I'd like to add sorting to. I've already used sorttable but I've found that, with our current installation, the default sorting works in Firefox and Chrome but not Internet Explorer.
So I'm looking for a new tool. I'm working my way through this list of 33 sorters but I'm wondering whether anyone has solved this? The requirements are:
open source (free to use)
can sort one or more columns (like tablesorter)
can filter columns (like this from the javascript toolbox)
easy to use