polinome / datatables-columnfilter

a dataTables light columnFilter for jquery datatables 1.10 (only server side)
3 stars 4 forks source link

Adding eonasdan wrapper #2

Closed hazmat345 closed 6 years ago

hazmat345 commented 6 years ago

This is a wrapper around Eonasdan bootstrap-datetimepicker.

I'm using this in another project and figured it might be useful. If not, no worries 😄

polinome commented 6 years ago

We should be able to change the picker options. var pickerOptions = $.extend(.... see lines 205 through 208 of https://github.com/polinome/datatables-columnfilter/blob/master/src/dataTables.lightColumnFilter.js

hazmat345 commented 6 years ago

Hi @polinome, I make some changes to allow you to set the picker options. Let me know what you think :smile:

polinome commented 6 years ago

Pull request merged ! thanks @hazmat345 :)