Redirect page to a modal window

Asked

Viewed 361 times

0

I have a main page, with a table that shows all the requests I have on my system. Each row of this table has a button, where I open a modal window and in it I can make some edits.

When making edits, saving them and such, redirect the page to the main (table screen with all requests) only then the user would have to search for which request he previously edited.

I was wondering if this redirect would be like when I redirect, it already opened in the modal window that I just edited. Is there any way to do that?

  • I didn’t understand very well, you want ... Oce redirected and such, and then saved, and then redirected back, then on this turn Oce wants you to open the modal informing the data that Voce edited?

  • It is...actually, there would only be a redirect, which would be the redirect after editing that will call the homepage, only what I need is that when calling the main page, already bring with the open modal that I just edited. now understood?

  • from what I understand, you will need to have a modal for visualization (which can be the same modal for editing), just displaying the information that has been registered. Not necessarily you will need to redirect to get the expected result, especially if you are using modals (assuming that the user can close the modal and stay on the page he was on before clicking the edit icon). put your code there that I think is easier to understand. ;)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.