You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: