Hi i am new with Grocery Crud and this is my first post.
I have a datatable showing information of a table.
When i press View i pushed other route that has some .xhtml i like more for the user to see.
The problem is that this .xhtml needs the information of the row i am selecting in the Grocery Crud (the same that originally goes to example/read/1 ).
How should i pass this information? Which is the way ? I dont want to pass it through the URL because i already use this .xhtml in other places of my website.
The route i change it in routes.php and it works fine but of course i dont have information to show.
Can you help me?
Thanks in advance.