| Frozen Mind |
| Frozen Mind |
FFilament
Created by | Frozen Mind | on 2/16/2025 in #❓┊help
Is it possible to get all column and rows of the table?
Thank youuu!!
4 replies
FFilament
Created by | Frozen Mind | on 2/10/2025 in #❓┊help
502 Bad Gateway Table polling
Thanks! I'll check it
5 replies
FFilament
Created by | Frozen Mind | on 2/10/2025 in #❓┊help
502 Bad Gateway Table polling
public static function table(Table $table): Table
{
return $table
->modifyQueryUsing(fn(Builder $query) => ...)
->columns(UserRequestTemplate::table())
->filters([])
->defaultSort('created_at', 'desc')
->actions([
ActionGroup::make([
Tables\Actions\ViewAction::make(),
Tables\Actions\EditAction::make(),
]),
])
->bulkActions([
Tables\Actions\BulkActionGroup::make([
Tables\Actions\DeleteBulkAction::make(),
FormAction::make('Accept')
->modalHeading('Accept Request')
->color('success')
->requiresConfirmation()
->icon('heroicon-o-check-circle')
->form([
TextInput::make('password')
->label('Password')
->password()
->rules('current_password')
->required()
])->action(function ($record) {
...
})
]),
])->poll('10s');
}
public static function table(Table $table): Table
{
return $table
->modifyQueryUsing(fn(Builder $query) => ...)
->columns(UserRequestTemplate::table())
->filters([])
->defaultSort('created_at', 'desc')
->actions([
ActionGroup::make([
Tables\Actions\ViewAction::make(),
Tables\Actions\EditAction::make(),
]),
])
->bulkActions([
Tables\Actions\BulkActionGroup::make([
Tables\Actions\DeleteBulkAction::make(),
FormAction::make('Accept')
->modalHeading('Accept Request')
->color('success')
->requiresConfirmation()
->icon('heroicon-o-check-circle')
->form([
TextInput::make('password')
->label('Password')
->password()
->rules('current_password')
->required()
])->action(function ($record) {
...
})
]),
])->poll('10s');
}
5 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
It works! Thankss!!
12 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
I tried to clear cache, it does not resolve my problem
12 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
This just happens after I accidentally run "php artisan filament:optimize" in local
12 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
No description
12 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
It was located at the Filament > Widgets
12 replies
FFilament
Created by | Frozen Mind | on 1/28/2025 in #❓┊help
Unable to find component: [app.filament.widgets.office-overview]
class Accounts extends Page { protected static ?string $navigationIcon = 'heroicon-o-document-text'; protected static string $view = 'filament.pages.accounts'; protected function getHeaderWidgets(): array { return [ OfficeOverview::class, ]; } }
12 replies
FFilament
Created by | Frozen Mind | on 1/14/2025 in #❓┊help
Serialization of 'Livewire\Features\SupportFileUploads\TemporaryUploadedFile' is not allowed
I just added @livewireScripts on my layouts hehe
4 replies
FFilament
Created by | Frozen Mind | on 11/14/2024 in #❓┊help
Undefined const "perPage"
No description
3 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
I got it thank youuuu!
11 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
oh i realize it was outside of the panel
11 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
admin-dashboard
11 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
No description
11 replies
FFilament
Created by | Frozen Mind | on 8/6/2024 in #❓┊help
Chart to Blade Issue
No description
11 replies
FFilament
Created by | Frozen Mind | on 4/23/2024 in #❓┊help
I tried download the example .csv file but it shows the error
I got these problem when im using my laptop but when i other devices it works.
7 replies
FFilament
Created by | Frozen Mind | on 4/23/2024 in #❓┊help
I tried download the example .csv file but it shows the error
No description
7 replies
FFilament
Created by | Frozen Mind | on 4/23/2024 in #❓┊help
I tried download the example .csv file but it shows the error
No description
7 replies
FFilament
Created by | Frozen Mind | on 4/23/2024 in #❓┊help
I tried download the example .csv file but it shows the error
No description
7 replies