nya
nya
FFilament
Created by nya on 1/15/2024 in #❓┊help
Getting table/action styles to work outside a panel
I've done both, and tailwind does scan for classes in the project, as other filament css files (public/css/filament/forms/forms.css, public/css/filament/support/support.css) are loaded and working.
7 replies
FFilament
Created by nya on 1/15/2024 in #❓┊help
Getting table/action styles to work outside a panel
I don't want to modify filament's colours, I want the classes that apply the colors to be loaded.
7 replies
FFilament
Created by JJSanders on 1/14/2024 in #❓┊help
Memory Exhaustion in table
If you're using this, probably remove the call to ->preload(), I don't think it does anything in this case
12 replies
FFilament
Created by JJSanders on 1/14/2024 in #❓┊help
Memory Exhaustion in table
Just use ->getSearchResultsUsing(), and ->getOptionLabelUsing() (you have to use both), and in them, you can add a query with a limit, like you can see in the example. The only downside (or upside?) is that you have to implement the searching yourself.
12 replies
FFilament
Created by JJSanders on 1/14/2024 in #❓┊help
Memory Exhaustion in table
I used the methods shown here to implement custom searching: https://filamentphp.com/docs/3.x/forms/fields/select#returning-custom-search-results
12 replies
FFilament
Created by lazydog on 1/14/2024 in #❓┊help
Infolist for Repeater
I think 'fieldname' needs to be 'data', and then in the repeatableentry's schema, they can just be 'name', 'size', etc.
7 replies