jquery tablesorter sorting numbers incorrectly -


In my table there is a column of numbers that is incorrectly sorted. Example numbers: 5.8 2.4 10.7 0.1 1.9

And basically my problem should be 10.7 very early / very beginning, on which it was sorted Was there. But it is visible in the middle.

Try manually specifying the column parser You can easily do this through metadata For the columns in question, the parser type in the class of the table headers indicates. For example:

  & lt; Th class = "{sorter: 'floating'}" & gt;  

Further reading:

  • (Tabslitter's own documents are weak on this. Of course you can also view the source .)

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -