1
Good morning Galera,
I’m having a question and I was wondering if you could help me...
In this first img, I have a table made with data table with a list of entries, and each of them has the option to edit and delete.
After I click the edit button it brings the information of the same.
So far so good.
Then we go to another page As you can see all right too.
But after clicking edit on this other page the data is not loaded ! I would like to know why this happens ?
It seems to me that after I move to another page he misses the events, I do not know Rsrs I’d like some help ;-)
Most Grateful.
If you put in your code it helps a lot because there are several possible errors - https://answall.com/help/mcve. Something else, if you press F12 in your browser, Javascript errors will appear in the Console tab.
– eliangela
Yes, F12 and then check the Console tab for javascript errors. In addition, the code that is executed to display this modal, and how/where it will fetch the data will help to locate the problem(s)).
– Leite