krizz3332
krizz3332
FFilament
Created by krizz3332 on 8/28/2023 in #❓┊help
table filters update event
reverse way also works with the suggested overwrite of updatedTableFilters() thanks!!
10 replies
FFilament
Created by krizz3332 on 8/28/2023 in #❓┊help
table filters update event
Since your asking about v2, for the reverse way check out this link: https://laraveldaily.com/post/filament-click-widget-auto-update-table-filter
this one works like charm. Implemented it in 5 minutes. public function updatedTime() { $this->setDates($this->time); $this->statisticData = GenerateAccountingDocumentStatistic::run($this->startDate, $this->endDate); $this->emit("filterUpdate", ['startDate' => $this->startDate, 'endDate' => $this->endDate]); } just used the emit function of the updatedTime watch method. And added the listener to the Invoices Table as suggested
10 replies
FFilament
Created by krizz3332 on 8/28/2023 in #❓┊help
table filters update event
Thanks both for your answers. Really appreciate it. I will check the supposed links out and see how far I come 😄
10 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
And time for me to scroll through your code to see how you did it ☺️
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
Thanks again. Didn’t find the correct link first 🙏
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
I‘ll mark this thread as answered as you mentioned the tabs and gave more hints on your package. Thank you a lot !
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
no hurry , it will take me some time to shift to filament 3 😜
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
Thanks for the plug-in though. Just had some trouble because I come from a legacy project which shifted to laravel 10 and my user_id was still unsignedInteger instead of bigInt 😅
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
Great , time for me to switch to filament 3 then 😂
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
Hi thanks for your quick respond. Yes I just bought the plug-in , because I need favorites in other scenarios . Yes I just read that developer filters won‘t set the filters , only the scopes. But when I add global user filters for all it will sync with the filters right?
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
to be more specific: I want to use getTableHeaderActions() method and add an action which prefills some filter form elements.
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
The thing is I don't need to let the user build their own filter sets. I only need 3-4 static ones for all
23 replies
FFilament
Created by krizz3332 on 8/24/2023 in #❓┊help
Add tablefilter to querystring programatically
Or is there no easy way and I have to use something like this: https://filamentphp.com/plugins/kenneth-sese-filter-sets ?
23 replies
FFilament
Created by krizz3332 on 7/26/2023 in #❓┊help
Lazy loading collapsable table data
okay, thanks a lot, will close this here 🙂
10 replies
FFilament
Created by krizz3332 on 7/26/2023 in #❓┊help
Lazy loading collapsable table data
Thanks for your response. Any chance to make this possible in v3 or later? 😄
10 replies