In resources, where do I put database queries that I only want to run once?
->hidden()
method runs 5 times per row in my app, and that seems to be the default with filament. I really need the result of it to be based on a user permission, but that would mean fetching that permission lots of times when I don't need it.
Is there a place in a resource similar to mount
where I can load something once and access it?...Using a filament theme without frontend-scaffolding
vendor/nuxtifyts/dash-stack-theme/resources/css/theme.css
and compiles thatTable row record action combined with expandableLimitedList unexpected results
I created a ListRecords with a parameter in route and my widgets don't work, they don't see param
Is there a way to use chaining actions when creating new options using the `Select` component?
Select
, you can create a new option, like this:
https://filamentphp.com/docs/3.x/forms/fields/select#creating-a-new-option-in-a-modal
Is there a way to chain multiple actions, like this?...FIlament button flex
dispatched event not being listened to
richEditorFormComponent is not defined

Filament Docs; original code.
Logout Route
Missing Dashboard Resources in Filament
Relation Manager with repeater and pivot
Bulk Delete confirmation takes too long for large number of records selected
Add Custom Header(topbar)

filament plugin menu-builder hide from sidebar
Use subdomain for single route in combination with MultiTenant subdomain
dashboard.example.org
. Now that we are preparing a launch with MultiTenancy support from Filament we are looking for a way to catch this explicit route and let it forward to the first availble tenant instead of throwing the 404 when trying to retrieve the record. But we are not yet succesfull in doing so, wetried different solutions in terms of:
- tenantMiddleware
- bootUsing
- custom middleware...How to prevent role customer from logging an event?
Table Reorder support for tree?
wanted to hide submit button of wizard from when form submitted and show thank you message
flash of unstyled content - file upload