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 was archived by the owner on Feb 2, 2025. It is now read-only.
I want to add edit and delete icons in my table so that user can easily edit as well as delete records. When user click on edit icon they should be navigated to edit page
The text was updated successfully, but these errors were encountered:
DataTables does not include the two-way-databinding natively. It renders only once and after you have to manually refresh your data. So this issue is quite challenging and it's not implemented (yet? Don't know if I'm planning to do it.)
For now it's best that you use the datatable editor (see http://editor.datatables.net/examples/styling/envelopeInTable.html).
I want to add edit and delete icons in my table so that user can easily edit as well as delete records. When user click on edit icon they should be navigated to edit page
The text was updated successfully, but these errors were encountered: