Mottie / tablesorter

Github fork of Christian Bach's tablesorter plugin + awesomeness ~

Home Page:https://mottie.github.io/tablesorter/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid group class causes error

lindonb opened this issue · comments

Using an invalid group class, such as group-foobar instead of group-letter, causes an error where ts.grouping[grouping[1]] is undefined at line 118 of widget-grouping.js. Would be better if this failed silently.