jquery datatable plugin doesn't seem to sort columns with links properly

后端 未结 4 1015
借酒劲吻你
借酒劲吻你 2021-01-16 08:37

I have a column that was pure text and the sorting worked fine but when I change the column data to HTML regular links, the sorting seems quite random and broken. I couldn\

4条回答
  •  旧时难觅i
    2021-01-16 09:23

    It sounds like the table is being sorted on the literal HTML strings, rather than the text. I haven't used that plugin but there is probably a way to override the default sorting method.

    If not, give TableSorter a try, because it does this.

提交回复
热议问题