Sort only one column with jquery and tablesorter

前端 未结 3 1503
孤独总比滥情好
孤独总比滥情好 2021-01-05 17:26

At the moment im using jquery tablesorter and tablesorter filter. My problem is that i want that my filter would filter only one column. Now its filtering all columns. You c

3条回答
  •  轮回少年
    2021-01-05 18:08

    I can tell you that it is not sorting the amounts properly because the sorting don't treat the amounts columns as numbers and instead it treats them as text so it is sorting them text based.

提交回复
热议问题