-1
I have Screen 01, I do a search and return the result on the screen itself. Each line of the returned result contains a button.
The button sends me the SCREEN 02. On screen 02 I do a search and the values of the search are returned in the own SCREEN 02. Each row returned from the result contains a button.
I would like to click on this button of SCREEN 02 and returns to SCREEN 01 ALREADY WITH SCREEN SEARCH RESULT 01 DONE (STEP 02).
Below put images to TRY to illustrate the sequence and intended result:
I click the button and do the search:
I click the MARK button and go to SCREEN 02:
I click ON SCREEN 02 SEARCH and return the search:
How to proceed to, by clicking the MARK button on Screen 02, return to the SCREEN 01 STEP 02? In this case, Gilberto would appear on screen 01.
Have you ever worked with Datatables? Take a look at this link below: https://datatables.net/examples/styling/bootstrap4.html Here you can search the data on the screen only by searching. See if you can adapt. Hugs
– Leandro Azevedo
Good afternoon. @Leandro Azevedo.. I even understood the link that you passed, but I think because of my lack of experience I didn’t see how it would fit in solving the problem of going back to the previous page. To mount Datatables would have to be the same way as I do today.. and when I arrived on SCREEN 02 and hit MARK ????????? Here’s the thing: Get back to the table ready the way it was. As I said and reiterate here I may not have seen the solution in the link you posted by the lack of experience in php. Hugs.
– Ricardo M.Souza
Hello, you are working with PHP on these screens?
– Leandro Azevedo
ola :) @Leandro Azevedo... I’m sorry everyone.. I guess I didn’t really mention the tools I use.. HTML... PHP and JS scripts. Hugs
– Ricardo M.Souza