Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

datatable destroy

jQuery("#LableDatatable").DataTable( {
  destroy: true, // add this line to distory 
  responsive: true,
  "ajax": {
  "url": url,
  "type": 'GET',
  "data": data
  }
});
Source by edwomdeloso.com #
 
PREVIOUS NEXT
Tagged: #datatable #destroy
ADD COMMENT
Topic
Name
7+4 =