vaadin-date-picker

DataTable draw daterange from vaadin-date-picker in polymer

微笑、不失礼 提交于 2019-12-11 16:55:22
问题 I am try to implements datatables filter inside polymer from this link https://jsfiddle.net/bindrid/2bkbx2y3/6/ But when I apply into polymer I found some issue when push to datatables a plugin method. in polymer I use vaadin-date-picker as datepicker, and here's my code : HTML <template> <form class="form-inline m-b"> <div class="form-group form-group-sm"> <vaadin-date-picker id="min" placeholder="Start"></vaadin-date-picker> <vaadin-date-picker id="max" placeholder="End"></vaadin-date