Table::prependActions does not exist.

This package is not working for me. 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([
//
]);
}
3 Replies
Saade
Saade17mo ago
->prependActions() does not exist anymore. use ->actions() instead
Shaung Bhone
Shaung BhoneOP17mo ago
Let me check Thank you
Want results from more Discord servers?
Add your server