© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
ba_mbi_07

return custom table widget in action

can we return a table widget here instead of form
CreateAction::make()
    ->model(Post::class)
    ->form([
        TextInput::make('title')
            ->required()
            ->maxLength(255),
        // ...
    ])
CreateAction::make()
    ->model(Post::class)
    ->form([
        TextInput::make('title')
            ->required()
            ->maxLength(255),
        // ...
    ])
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Custom Table Widget
FilamentFFilament / ❓┊help
2y ago
Custom Action in Table
FilamentFFilament / ❓┊help
3y ago
Custom widget action steps
FilamentFFilament / ❓┊help
12mo ago
Custom Table Action
FilamentFFilament / ❓┊help
3y ago