I have a table which has usual View Edit Delete in a column.
Now I have 10 enteries on the page, whenever Chumper datatable returns data after AJAX call - like when I filter using search or when I go to next page, the updated views DO NOT have updated IDs
I have a confirmation box on the Delete and after the AJAX call, it doesn't update. The id passed says undefined whereas it functions when page is loaded first.
@kirobo have you seen the network tab (I use Chrome's "Inspect Element" tool to see this). Is a request being made to delete the element? Does the request succeed? Does the datatable refresh?
I have a table which has usual View Edit Delete in a column. Now I have 10 enteries on the page, whenever Chumper datatable returns data after AJAX call - like when I filter using search or when I go to next page, the updated views DO NOT have updated IDs
I have a confirmation box on the Delete and after the AJAX call, it doesn't update. The id passed says undefined whereas it functions when page is loaded first.
Please help.