Jquery data table hide delete button
Jquery data table hide delete button
I am using
$('#AffiliatedContractorLookup').dataTable().makeEditable I want to give user the ability to add a new record , so for that purpose I used,
But this toolbar displays both Add and delete button. I want to hide the delete button. How can I acieve that ?
$('#AffiliatedContractorLookup').dataTable().makeEditable I want to give user the ability to add a new record , so for that purpose I used,
But this toolbar displays both Add and delete button. I want to hide the delete button. How can I acieve that ?
This discussion has been closed.