Return to table after saving changes?
Is there, and if how can you return to the pervious page after saving data in a form.
Solution:Jump to solution
create page?
```php
protected function getRedirectUrl(): string
{
return $this->previousUrl ?? $this->getResource()::getUrl('index');...
1 Reply