Move between views without losing data

0

I have a question with the following form with which I consult some records. By clicking on edit I show the following form The form would be completed with all the details of the previous query.

Now what I want is to put a button that says to return but that when returning it shows me the form as it was (with the query in the grid) Is it possible?

    
asked by Cristian 27.07.2016 в 00:48
source

2 answers

0

You could use sessionStorage ( link )

    
answered by 27.07.2016 / 14:58
source
0

You should have a function that refreshes the table, so once the form is closed you call it passing the data you had originally. I hope it serves you ...

    
answered by 27.07.2016 в 13:30