Answers for "data table length"

3

datatable lengthmenu

lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
Posted by: Guest on November-17-2020
0

data table column width

$('#example').dataTable({
  "columnDefs": [    
    { "width": "20%", "targets": 0 }  
  ]} 
);
Posted by: Guest on June-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language