Tables in Actions
Anyone know the usage of:
Tables\Actions\Action::make('my_action')->table()
think it could reduce my file usage if I don't need a blade to render a table in an action
?
Tables\Actions\Action::make('my_action')->table()
think it could reduce my file usage if I don't need a blade to render a table in an action
?