Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

data table column width

$('#example').dataTable({
  "columnDefs": [    
    { "width": "20%", "targets": 0 }  
  ]} 
);
Source by datatables.net #
 
PREVIOUS NEXT
Tagged: #data #table #column #width
ADD COMMENT
Topic
Name
3+1 =