Maxxx22
Customize table default search debounce behavior
Hmm, I could start customizing filament\vendor\filament\tables\resources\views\components\search-input.blade.php and so on creating a MR, would that be something that would work or even be appreciated?
6 replies
Reactive table filters without Livewire request
I think by browsing over other open questions I found something .... https://github.com/filamentphp/filament/blob/3.x/packages/forms/docs/08-advanced.md#dynamic-fields-based-on-a-select-option
4 replies
Filter with recursive relationship
I am currently stuck on the same topic. I used https://filamentphp.com/tricks/dependent-select-filters for help, but I am not sure if the value of the filter option should be retrieved from the DB again? Is there a possibility to retrieve it from existing select options data?
I see SelectFilter is doing something like this:
But how to access the option from within indicateUsing?
13 replies
How do I refresh select options when I generate new options within the same wizard
Hmm, I tried to using afterStateUpdated before but it seemed not to be working. If I change afterValidation to afterStateUpdated for example even the ID of the select element is updated. How could I set the select options using $set, could you privide an example?
7 replies