Answers for "destroy method"

-1

destroy method

Javascript12345var table = $('#myTable').DataTable(); $('#tableDestroy').on( 'click', function () {    table.destroy();} );
Posted by: Guest on January-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language