How to sort a date column that has a hyperlink?
How to sort a date column that has a hyperlink?
in DataTables
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This discussion has been closed.
Answers
You would need to use
columns.render, and return theorderfor the date without the HTML surrounding it.Colin