© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Shaung Bhone

Table::prependActions does not exist.

This package is not working for me.
composer require stechstudio/filament-impersonate
composer require stechstudio/filament-impersonate


use Filament\Tables\Table;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            TextColumn::make('prefix'),
        ])
        ->prependActions([
            //
        ]);
}
use Filament\Tables\Table;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            TextColumn::make('prefix'),
        ])
        ->prependActions([
            //
        ]);
}
Solution
https://github.com/stechstudio/filament-impersonate#:~:text=If%20you%20already%20have%20an%20actions()%20method%20defined%20for%20your%20table%2C%20place%20the%20Impersonate%3A%3Amake%20directly%20into%20the%20actions%20array.
GitHub
GitHub - stechstudio/filament-impersonate
Contribute to stechstudio/filament-impersonate development by creating an account on GitHub.
GitHub - stechstudio/filament-impersonate
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

How to set prependActions on table
FilamentFFilament / ❓┊help
3y ago
Filament table enum: enum does not exist
FilamentFFilament / ❓┊help
2y ago
Method Filament\Actions\ExportAction::table does not exist.
FilamentFFilament / ❓┊help
2y ago
Method Filament\Tables\Table::extremePaginationLinks does not exist.
FilamentFFilament / ❓┊help
2y ago