ciorici
ciorici
FFilament
Created by ciorici on 10/26/2023 in #❓┊help
Reuse filament select multiple in custom component
Any ideas?
6 replies
FFilament
Created by ciorici on 10/26/2023 in #❓┊help
Reuse filament select multiple in custom component
No, I am not using it inside a Filament Form, it's just in a custom Livewire component I am creating.
6 replies
FFilament
Created by Gustave on 8/23/2023 in #❓┊help
Custom Table footer in v3
Thanks, got it!
8 replies
FFilament
Created by Gustave on 8/23/2023 in #❓┊help
Custom Table footer in v3
I tried something like this: protected function getTableContentFooter(): ?View { return view('orders.table.footer', $this->data_list); } and it does not seem to work
8 replies
FFilament
Created by Gustave on 8/23/2023 in #❓┊help
Custom Table footer in v3
Hi @Gustave! Were you able to get this working?
8 replies
FFilament
Created by ciorici on 7/28/2023 in #❓┊help
Save table columns for each user
even for each resource, these are stored into the session so the second day these settings are lost. I was thinking maybe there is a way to store them into cookies or something so they are saved for longer periods.
11 replies
FFilament
Created by ciorici on 7/28/2023 in #❓┊help
Save table columns for each user
Any way to make these persistent?
11 replies
FFilament
Created by ciorici on 7/28/2023 in #❓┊help
Save table columns for each user
Thanks, that should do the trick for now!
11 replies
FFilament
Created by ciorici on 7/28/2023 in #❓┊help
Save table columns for each user
Yes, I know about this functionality and it is active, but once you go away from the page the settings are lost, so I was thinking maybe there is a way to save those settings.
11 replies
FFilament
Created by ciorici on 7/17/2023 in #❓┊help
Filter query based on column value
looks quite messy 😄
18 replies
FFilament
Created by ciorici on 7/17/2023 in #❓┊help
Filter query based on column value
Thanks for your response. I've been looking for a solution for a 2 days now, I can't seem to find a way to do this query. I am not really familliar with the PREPARE statement, do you have any idea on now to achieve something like this?
18 replies
FFilament
Created by ciorici on 5/26/2023 in #❓┊help
Table totals bottom of table
Thanks Dan! It does work, the only thing is that it takes only the records that are visible on that page (paginated). Would there be a way to get the sum of all?
4 replies
FFilament
Created by ciorici on 5/22/2023 in #❓┊help
Copyable value with formatStateUsing function
thanks, that worked!
9 replies
FFilament
Created by ciorici on 5/22/2023 in #❓┊help
Copyable value with formatStateUsing function
instead of copying the value it gets the ID that is saved in the database
9 replies
FFilament
Created by ciorici on 5/22/2023 in #❓┊help
Copyable value with formatStateUsing function
9 replies
FFilament
Created by ciorici on 5/12/2023 in #❓┊help
Cache/speed up large select options array
Excellent, thank you!
6 replies
FFilament
Created by ciorici on 5/12/2023 in #❓┊help
Cache/speed up large select options array
Actually yes, sorry... I added the name of the city as an index, but I just found that there is a 1000ms debounce setting for the selects which only trigger the search after 1s, the query and result take les than 300ms.
6 replies
FFilament
Created by ciorici on 5/12/2023 in #❓┊help
Cache/speed up large select options array
Which one? Can you please explain this a bit more?
6 replies
FFilament
Created by ciorici on 5/5/2023 in #❓┊help
Form field value set but saved as "null" in database
seems to work fine
25 replies
FFilament
Created by ciorici on 5/5/2023 in #❓┊help
Form field value set but saved as "null" in database
I'm going to try now
25 replies