Answers for "datatable processing"

0

datatable processing

Spinner Example 
$(document).ready(function() {
   var table = $('#table_id').DataTable({
     "language": {
                    "processing": '<i class="fa fa-spinner fa-spin" style="font-size:24px;color:rgb(75, 183, 245);"></i>'
                 }
   });
 });
Posted by: Guest on September-01-2020
0

custom processing datatables

"language": 
{          
"processing": "<img style='width:50px; height:50px;' src='Content/images/loadingNew.gif' />",
}
Posted by: Guest on June-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language