1rosehip / jplist-es6

jPList is a JavaScript library for sorting, pagination and filtering of any HTML structure like DIVs, UL/LI, tables, etc.
https://www.jplist.org/
MIT License
83 stars 39 forks source link

Jplist & DatePicker #56

Open cedricDevWP opened 4 years ago

cedricDevWP commented 4 years ago

Hi,

I would like to use a datepicker (https://uxsolutions.github.io/bootstrap-datepicker/?markup=input&format=&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&maxViewMode=4&todayBtn=false&clearBtn=false&language=en&orientation=auto&multidate=&multidateSeparator=&keyboardNavigation=on&forceParse=on#sandbox) to select my items between 2 dates.

I saw that this was possible in the old version:

http://jplist.com/documentation/control-usage/date-picker-range-filter

But I can't reproduce it ... is the functionality still present? Do you know a way to set up a datepicker in the Jplist version ?

Thx, Cédric