Povilas K
Povilas K
FFilament
Created by steexd on 11/14/2024 in #❓┊help
Dynamic Repeater based on FileUpload->multiple() files
No unfortunately I don't have suggestion on this, I guess if someone uploads 40-50 files and would receive a massive repeater on the screen, it wouldn't be a good UX either, in my opinion. Maybe a better experience would be some kind of wizard, or even submitting the form with files right away and then show releater in the EDIT form or something
5 replies
FFilament
Created by steexd on 11/14/2024 in #❓┊help
Dynamic Repeater based on FileUpload->multiple() files
@steexd what if you change the idea and create a repeater with FileUpload INSIDE the repeater and single file for each row? isn't it what you actually want: one set of data for each file, and ability to add/remove files?
5 replies
FFilament
Created by Mauricio G on 11/14/2024 in #❓┊help
Filament Sidebar Menu Search
@Mauricio G I know it's not the same as you want but have you considered a Spotlight plugin so people could find menus without actually looking at them? https://filamentphp.com/plugins/pxlrbt-spotlight Paid version is even better: https://filamentphp.com/plugins/pxlrbt-spotlight-pro Watch the demo video here: https://filament.pxlrbt.de/spotlight-pro/ P.S. I'm not affiliated, just genuinely think it's a great work by @Dennis Koch 🙂
15 replies
FFilament
Created by Mahdi on 11/14/2024 in #❓┊help
redirect user after login or sign up
2 replies
FFilament
Created by Ralph Morris on 11/7/2024 in #❓┊help
Price (in pence) field - show result in pounds in suffix/or somewhere else that's sensible
We had this tutorial: https://laraveldaily.com/post/filament-input-prefix-suffix-dynamic-based-on-other-input - not specifically your case because it's for MULTIPLE fields, but maybe would work for you, too, please try
6 replies
FFilament
Created by Matthew on 11/5/2024 in #❓┊help
Filtering a Select Box
11 replies
FFilament
Created by Matthew on 11/5/2024 in #❓┊help
Filtering a Select Box
I recently reviewed a (paid) plugin on my channel called Record Finder Pro which does what you want: https://youtu.be/oa8boQMCU7M?si=avD_lC91AoOLW3ia
11 replies
FFilament
Created by joao nivaldo on 10/24/2024 in #❓┊help
Change relation manager label
Glad to help! And thanks for the nice words.
12 replies
FFilament
Created by ritos123 on 10/24/2024 in #❓┊help
Add a trait to every filament page
Technically, you can create your own "base" page class that would extend the filament class from vendor, and add a trait there. And then extend all your edit/create/list pages from that new custom class. Not sure if I would do it personally, as it puts the complexity on the other side... Which package was it? Maybe I could come up with some other suggestions
4 replies
FFilament
Created by joao nivaldo on 10/24/2024 in #❓┊help
Change relation manager label
12 replies
FFilament
Created by Roland Barkóczi on 10/14/2024 in #❓┊help
Policy depends on request path
Mm, yeah, then I guess my advice doesn't really apply. Sorry, I don't have any quick answer here, without debugging the actual situation.
7 replies
FFilament
Created by Roland Barkóczi on 10/14/2024 in #❓┊help
Policy depends on request path
So those users wouldn't even see the data that doesn't belong to them, in any Eloquent queries, on the Eloquent level and not Filament/Livewire
7 replies
FFilament
Created by Roland Barkóczi on 10/14/2024 in #❓┊help
Policy depends on request path
I personally wouldn't do that in Policies but rather when querying the data - showing only records belonging to specific relationship. Either modifying the query of the tables/forms, or via Global Scope.
7 replies
FFilament
Created by Hima on 10/14/2024 in #❓┊help
Use Array in Table Builder
Also, googled a few github discussions pointing that this feature of array in table will be properly available in Filament 4 https://github.com/filamentphp/filament/discussions/12920
6 replies
FFilament
Created by Hima on 10/14/2024 in #❓┊help
Use Array in Table Builder
6 replies
FFilament
Created by Ahmad Izzat on 10/14/2024 in #❓┊help
Header and Sidebar Customization
Hard to comment without a specific example, which vendor styles. But generally you can override any Filament css style in a custom theme.
8 replies
FFilament
Created by Ahmad Izzat on 10/14/2024 in #❓┊help
Header and Sidebar Customization
So apply the same logic to other styles and elements
8 replies
FFilament
Created by Ahmad Izzat on 10/14/2024 in #❓┊help
Header and Sidebar Customization
8 replies
FFilament
Created by Xavy! on 10/9/2024 in #❓┊help
Using repeater to create bulk inserts.
I'm off computer so can't quickly google for you, sorry
8 replies
FFilament
Created by Xavy! on 10/9/2024 in #❓┊help
Using repeater to create bulk inserts.
Double check the syntax for that specific method in the docs, you probably missed the place how that item is autoset
8 replies