DataTables and advanced functionality
DataTables and advanced functionality
We tried to add 3 functions together and got a few errors when doing so. Our issue is, we need to be able to edit what's inside each column of a row, then delete or add a new row.
Debug info: awixod or http://debug.datatables.net/awixod
Types of errors we get are, JS dialog alerts. Once past those we can delete a row and add a row. When we edit a row and the information inside the data changes then reverts back to the initial data.
In a perfect scenario we would like to be able to;
- Have a checkbox in each row which is tied to the delete button.
- Each column which hasnt been edited yet, display, Edit...
- Each column in a row, save the information when it gets edited.
- Have a row automatically add below a row which has been edited.
If anyone has a suggestion that would be awesome. I will pay for this to be made.
Debug info: awixod or http://debug.datatables.net/awixod
Types of errors we get are, JS dialog alerts. Once past those we can delete a row and add a row. When we edit a row and the information inside the data changes then reverts back to the initial data.
In a perfect scenario we would like to be able to;
- Have a checkbox in each row which is tied to the delete button.
- Each column which hasnt been edited yet, display, Edit...
- Each column in a row, save the information when it gets edited.
- Have a row automatically add below a row which has been edited.
If anyone has a suggestion that would be awesome. I will pay for this to be made.
This discussion has been closed.
Replies