Dont want delete button but want Add button
Dont want delete button but want Add button
Hi,
Thank you for creating the DataTables js. It's a lifesaver.
I have successfully got most of what I want from my datatable. Now I want to show only the Add button in the editable datatable and not the delete button.
I have tried deleting the sDeleteURL line as well as only providing the ADD button in the html code.
But, the delete button always remains.
Anyone has any solution for this problem?
Thank you for creating the DataTables js. It's a lifesaver.
I have successfully got most of what I want from my datatable. Now I want to show only the Add button in the editable datatable and not the delete button.
I have tried deleting the sDeleteURL line as well as only providing the ADD button in the html code.
But, the delete button always remains.
Anyone has any solution for this problem?
This discussion has been closed.
Replies
I am using the method as described in this link:
http://code.google.com/p/jquery-datatables-editable/wiki/HTMLSource
Allan