1
I am developing a WEB content and I came across a stumbling block. I have an Item Listing page (Using Jqdatatable).
It turns out that in this listing there are two links, one for editing the item referring to line, and another for exclusion.
By clicking on the change or delete icons, the user should be redirected to the respective page, and that page should receive the code of the item that the user wants to change or delete.
I don’t know what to put in "onclick" to get it done. Can someone help me?
There is the possibility to put a confirmation box asking and the user really wants to delete that item?
– D_Alves
Yes @D_alves . You can do this in many ways. One of them is to create a function in javascript;
– viana