Answers for "columndefs width datatables"

1

datatable column width

columnDefs: [
            { width: 200, targets: 0 }
        ],
Posted by: Guest on July-20-2020
-1

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