Search code examples
javascriptjqueryasp.nettablesorter

Sorting using tablesorter issue for french language


I am using TableSorter 2.9.1, my issue is text is not sorting correctly for french language, like É in asp Gridview. Does anyone have solution?


Solution

  • You can add your own custom parser, as shown here

    It also shows here how to work with accent characters, which is better suited.