Issues with Translatable at Tables
I am having an issue using the Spatie Translatable plugin in v2. I am following the documentation and want to be able to add the LocaleSwitcher to the headerAction, but after following the steps, it does not detect it: "Undefined type 'Filament\Tables\Actions\LocaleSwitcher'". I want to perform this action in RelationManagers.
3 Replies
https://github.com/filamentphp/spatie-laravel-translatable-plugin
check the class you are using, it depends on which classyou are using it in too
GitHub
GitHub - filamentphp/spatie-laravel-translatable-plugin: [READ ONLY...
[READ ONLY] Subtree split of the Filament spatie/laravel-translatable Plugin (see filamentphp/filament) - filamentphp/spatie-laravel-translatable-plugin
Yeah i did but it doesnt work
The issue is when is just try to use LocaleSwitcher on a HeaderAction in RelationManagers
Maybe i need to upgrade filament to v3? im already using v2