I have three numeric columns. 2 of them are simple integers and the third is currency. If I click on any of those column headers it does not sort but throws the following error.
Uncaught TypeError: t[e][n].toLowerCase is not a function
Is sorting on numbers supposed to work? I'm using the latest version of the script. Thanks.
Nevermind. After digging into the code a bit I found where I needed to specify the type after the direction - such as data-sort="ColumnName:asc:number"
I have three numeric columns. 2 of them are simple integers and the third is currency. If I click on any of those column headers it does not sort but throws the following error.
Uncaught TypeError: t[e][n].toLowerCase is not a function
Is sorting on numbers supposed to work? I'm using the latest version of the script. Thanks.