protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 130 forks source link

Date and date range filters #25

Open luilliarcec opened 3 years ago

luilliarcec commented 3 years ago

Is there any support for filters by date and date range?

pascalbaljet commented 3 years ago

Not yet, but that would definitely be cool! I've worked with Flatpickr recently, so maybe I'll give it a shot.

henriquecm commented 3 years ago

Another great date picker is v-calendar

goaround commented 3 years ago

I use Litepicker a lot: https://litepicker.com/

pascalbaljet commented 2 years ago

This is coming to a future v2.x release. I’ve prepared v2.0 so we could eventually support other filters than select elements.

SDIjeremy commented 1 year ago

Is there any guidance on how to implement this by ourselves? I'd like to pass the range (or one value) as as a Search Input, but $value does not support non-string values like arrays.

swiderskimarcin commented 1 year ago

Is this feature implemented in current v2.2 ?