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 123 forks source link

Multiselect and Checkbox (multi value) filters #28

Open luilliarcec opened 3 years ago

luilliarcec commented 3 years ago

Will you add support for multi select or multiple values ​​for filter?

luilliarcec commented 3 years ago

I made a somewhat vague and simple implementation for checkboxes, it can be a good starting point to improve it and create the corresponding tests. I'd be happy to send a pull request with this implementation.

:D

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.

shm379 commented 1 year ago

Think you have much time to release new version?