CHAMA Anas

Results 2 comments of CHAMA Anas

Hello, any news about using a datepicker range ? thanks

finally, i just make a custom filter for date range using the method filterBy : ``` const dateFrom = $(this.element).find("input[type=date][class*=creationDate-from]" ).val(); const dateTo = $(this.element).find("input[type=date][class*=creationDate-to]" ).val(); table.bootstrapTable( 'filterBy', { creationDateFrom:...