rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 319 forks source link

Filters - Set wire:model Method per-filter #1699

Closed lrljoe closed 2 months ago

lrljoe commented 2 months ago

This PR contains the relevant methods to customise how each Filter wire:models

E.g.: setWireLive, setWireBlur, setWireDebounce(500)

TESTS/DOCS NOT COMPLETE YET

All Submissions:

New Feature Submissions:

  1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [x] Did you update all templates (if applicable)?
  3. [ ] Did you add the relevant documentation (if applicable)?
  4. [x] Did you test locally to make sure your feature works as intended?

Changes to Core Features: