Use table with toggle column.

Use table with toggle column.

Hello i need help and a don't know what can i do.

I have a page with dada-role pag1 , pag2 and pag3

In page one I have a listiew where I have a :

 
        $(document).on('vclick', '#listacriada li a', function(e){ 
                  ...
                  ...

                   fill myTable ... and refresh

                   $("#myTable").table("refresh");
                   $("#myTable").table("closest");
                   /$('myTable').trigger('create');    

                  $.mobile.changePage("#pag3", { transition: "slide", changeHash: false }); 

          });

      When I click in button to choose the columns to hide or show, after close the toggle button, the page go to #page1, i want that stay in pag3.

What can i do ?