Hi
https://preview.keenthemes.com/metronic8/demo19/apps/ecommerce/sales/listing.html
In the template, you have done the date filter thing. I want to get that date filter for my theme as well. But in here you have used two columns to find the values. But I need it in a single column. Is there any way that I can do that?
Hi,
Sorry for the late reply.
Please go to src/js/custom/apps/ecommerce/sales/listing.js
perform following steps:
1) In initFlatpickr
function remove the range mode option to enable single date selection mode
2) Modify the handleFlatpickr
function according to user requirements.
3) Follow the official datatable docs URLs in the listing.js
script.
4) Compile your code into the dist/assets
folder whenever you modify any code in theme/src
folder.
Regards.