How to sort a date column that has a hyperlink?

How to sort a date column that has a hyperlink?

gurudu ganeshgurudu ganesh Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    You would need to use columns.render, and return the order for the date without the HTML surrounding it.

    Colin

Sign In or Register to comment.