我有一个问题,如果该列的两行具有相同的文本,tablesorter 将如何对指定的列进行排序。
假设我的桌子就像
 Fruit     User
 Apple     james
 Banana    scot
 Apple     peter
如果我根据第 1 列排序,那么它会变成
 Fruit     User
 Apple     james
 Apple     peter
 Banana    scot
或者
 Fruit     User
 Apple     peter
 Apple     james 
 Banana    scot
谢谢