Filter with DatePicker Support

Filter with DatePicker Support

knoebiknoebi Posts: 3Questions: 0Answers: 0
edited September 2009 in General
Hello,

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?

Thanks

Replies

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Hi knoebi,

    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
This discussion has been closed.