If you have more than one type of Action on the same Resource Page, e.g. Table Action and Infolist Action, you can create an alias for one of them. Like this: use Filament\Tables\Actions\Action; use Filament\Infolists\Components\Actions\Action as InfolistAction; so for the Infolist, you would write: InfolistAction::make('example')
Hello, Good day Sir Povilas, I just want to know how to create a repeater with a dropdown select. If the value from the dropdown select in the other repeater cannot be selected in the new repeater field. Thank you.
Thank you for making it clear for us learners!
If you have more than one type of Action on the same Resource Page, e.g. Table Action and Infolist Action, you can create an alias for one of them. Like this:
use Filament\Tables\Actions\Action;
use Filament\Infolists\Components\Actions\Action as InfolistAction;
so for the Infolist, you would write:
InfolistAction::make('example')
Hello, Good day Sir Povilas, I just want to know how to create a repeater with a dropdown select. If the value from the dropdown select in the other repeater cannot be selected in the new repeater field.
Thank you.
We have an article exactly with this example: laraveldaily.com/post/filament-custom-page-example-with-repeater
@@FilamentDaily Thank you so much ❤️😇
Sir how can i restrict one user role to a panel. Somthing like, role a is only for panel a and role b is only for panel b?
I guess this video would help: ua-cam.com/video/gJacrxk7v4E/v-deo.html