Štakor
Štakor
FFilament
Created by Samus_Aran on 3/3/2024 in #❓┊help
Wrapping all Panels by subdomain
Please, can you share how did you do it?
5 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
I really need such a table for this one model because of the client's request. Can I somehow make a custom solution for this one model to gain speed?
12 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
What else can I do?
12 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
12 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
one more thing, my views show 12767 templates were rendered when I turn on views in debugbar
12 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
I think the problem is in server response time and I don't know why it's so high
12 replies
FFilament
Created by Štakor on 3/16/2023 in #❓┊help
How do I speed up my list rendering?
faster because I have pagination and per page 12 but here I turned off pagination and I'm loading all records
12 replies
FFilament
Created by Štakor on 3/11/2023 in #❓┊help
Creating multiple select field, reading from and saving to string field in db, using enums?
I solved it by using mutateFormDataBeforeFill, mutateFormDataBeforeSave and mutateFormDataBeforeCreate. Thanks anyway.
4 replies
FFilament
Created by Štakor on 3/9/2023 in #❓┊help
Hide table column if relationship does'nt exist?
You're right. There is no issue, I just wanted to hide it if it's null or there's no relationship.
3 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
Thank you!
25 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
I figured out everything 😄
25 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
Ok I used getTableColumns to define table. Did you mean that?
25 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
I can't find getTableSchema anywhere in documentation
25 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
I created separate ListPages for active and archive with their own getTableQuery() , registered in getPages() and navigation items. Everything is wokring fine. I tried to conditionally return tables in my table function based on path but as soon as I try to use pagination tables dissapear. Can you please explain to me the last part you said: Define a custom table schema and query on them ?
25 replies
FFilament
Created by Štakor on 3/8/2023 in #❓┊help
Multiple Resources with different table query but tables appearance is not different
25 replies
FFilament
Created by Štakor on 3/6/2023 in #❓┊help
How do I change name and filename and preview before saving?
I mean previewing the change so the filename changes eg. like on my uploaded image above size, but if I can change the filename before the image appears then I dont't need to preview the change. SpatieMediaLibraryFileUpload::make('Fajlovi') ->mediaName('New name') ->disk('images') ->collection('bicikli') ->enableReordering() ->multiple() I added mediaName so it changes the name, but I also need to change the filename.
3 replies