Save column visibility in user preferences
Change relation manager label
Can't use $get inside recordSelectOptionsQuery: any workaround?
Count chars field not working
TextColumn::make('title')
->formatStateUsing(fn (string $state): string => strlen($state))
TextColumn::make('title')
->formatStateUsing(fn (string $state): string => strlen($state))
Filament v3 w. Laravel 11 and AWS hosting
api.xxxx.com/<some-filament-route>
.
I was wondering if there is a way around this? Right now I have set up a CNAME that refers to the Filament origin in AWS, however it basically just redirects. My main thought is that I wanted to use a more descriptive name than api.xxxx.com/<some-filament-route>
Do you have any inputs? Thanks!...TipTap Editor Issue
Get state from form to createOptionForm
Saved data not showing in multiselect field
How to add a CreateAction in the headerActions of resource A, to create a record in resource B?
Can you access the search state in a create action?
Close modal from a "extraModalFooterActions"
Filament\Tables\Actions\Action
action that opens a modal. This modal also has a extraModalFooterActions
action which works as expected. I want the modal to close when the extraModalFooterActions
action is completed, how can I go about this?
I can't seem to find a way to give the modal a custom ID or retrieve the modals ID to be able to dispatch a close event.
This is my current code:...Show both an infolist and a form on a RelationManager modal
Add a trait to every filament page
How to remove createAnother button from createOptionAction modal?
getCreateOptionAction()
method in the filament/packages/forms/src/Components/Select.php
class, an extra modal footer action is added conditionally:
```php
->extraModalFooterActions(fn (Action $action, Select $component): array => $component->isMultiple() ? [
$action->makeModalSubmitAction('createAnother', arguments: ['another' => true])
->label(__('filament-forms::components.select.actions.create_option.modal.actions.create_another.label')),...Searchable MorphTo
Missing understanding about mutate data in repeater
Rendering widgets on multiple dashboard
/admin/dashboard
for general dashboard widgets...table filter icon - add text after or before icon