Get Jquery data tables to sort on table that contains inputs
问题 I've got a table that is a mixture of static <td> and inputs (wrapped in td) <td><input></td> . To sort through and filter the data ive used the Jquery data tables plugin the only problem is that it won't sort the <input> tags it just leaves them at the bottom of the sorted list (or top if you click it twice), although the search function still works on all cells. Is there a way to get Data Tables to recognize the values inside of the input tags and be able to sort them, I'm looking to do