Replies: 1 comment 2 replies
-
I try to make new filter in existing repo, but i just make for my private project. I hope you can make it more perfect!!, coz i write with laravel less then 2 month. so my part is bad practice for implement and only applies for temporary. Then, i must use the library from my partial template
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to implement filter using input text, i want to use date picker from bootstrap date picker library. I think by add date picker class to input text class we can get the value, and then passing the value to Builder with
$query->whereBetween($this->attribute, [$from, $to]);
. But the existing filter just supported to filter with dropdown html tag.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions