Answers for "datatable load data from ajax"

0

datatable load data from ajax

JS
{
  $('#myTable').DataTable( {
    ajax: '/api/myData'
} );
Posted by: Guest on May-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language