Silvio Ney
Delete action in Edit Modal (Simple Resource)
Thanks! worked like a charm but i have a new problem 😄
When the record is deleted, modal don't close, the only option i found was using
Tables\Actions\DeleteAction::make()->successRedirectUrl(fn () => url()->previous())
but i don't know if is the best solution since this redirects to previous page instead only reload the content. or is the right way to do this and i am thinking wrong XD8 replies