I'm testing DataTables with jquery ui support. Is there a solution to combine the Datepicker from jquery or an other ajax datepicker with the filter input field?
There isn't an example currently available of that, but it should be fairly easy to do using fnFilter() - http://datatables.net/api#fnFilter . You might also want to have a look at custom filtering ( http://datatables.net/development/filtering ) depending on how you want to do the filtering and the formatting of the date from JUI compared to the date in the table.
Replies
There isn't an example currently available of that, but it should be fairly easy to do using fnFilter() - http://datatables.net/api#fnFilter . You might also want to have a look at custom filtering ( http://datatables.net/development/filtering ) depending on how you want to do the filtering and the formatting of the date from JUI compared to the date in the table.
Regards,
Allan