row deleted but when adding another row to the excluded returns
row deleted but when adding another row to the excluded returns
marcosmarchette
Posts: 9Questions: 2Answers: 0
I'm having a problem on the grid when it's time to delete
I have two grids where the first loads the products I want to add on another grid
Until then, I can add it from one grid to another grid
The same thing when I delete however delete the record and add a new one that was previously excluded back to the grid
I can not find where the error is.
can you help me?
This discussion has been closed.
Replies
Not without seeing some code. However, when you delete the row from the DataTable, you need to make sure you also delete it from your source data.
bindrid, thanks for replying
The code for analysis is attached
Hi Allan
Thanks for answering
I already posted in the public forum.
I even attached the code of the routine that makes the query, insertion and removal of row
Follow the link below:
https://datatables.net/forums/discussion/48220/row-deleted-but-when-adding-another-row-to-the-excluded-returns#latest
Regards,
Marcos
I'm afraid I don't actually understand the issue. Could you link to a page showing the code so I can attempt to help please?
Allan