Paolo Cantoni
Results
2
issues of
Paolo Cantoni
is it possible to add a method that set a default value to a filter? `Column::name('name')->filterable()->filterDefault('John')` `DateColumn::name('date')->filterable()->filterDefault(['start' => '1970-01-01', 'end' => '1970-12-31')`
I use laravel-admintw v5. When I enable the multiple option the search does not work, creating an empty tag for each letter typed. If I replace the `@entangle($attributes->wire('model')).live` method from...