After appending datatable with HTML, fnDelete and fnUpdate functions deleting that row
After appending datatable with HTML, fnDelete and fnUpdate functions deleting that row
I am appending the datable for new row. I am able to see the new row in datatable dynamically. But the problem is that after i use fnDelete() and fnUpdate() functions are deleting the new rows. I tried to initiliaze after appending but it didn't work. I can't use fnAddData(). Because i need to add the hidden columns.
Thanks in advance.
Thanks in advance.
This discussion has been closed.