Checkbox filters #289
Closed
artem-man
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Thanks i'll check it out! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also, please see the following patch. This path call format callback function with filled column |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is present in v2+ |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Anthony.
I have seen many requests for adding checkbox control in filters. Please see my path that add checkbox filters support (only bootstrap-4 theme done at this time). And thank you for your component )
filters.patch.gz
Usage:
FilterSelect::make('name')->setOptions($array_of_options);
FilterCheckbox::make('name')->setOptions($array_of_options);
Rest the same
PS
I forgot add support for pills, please use $showFilters = false; during the test
Beta Was this translation helpful? Give feedback.
All reactions