Answers for "datatable default show 100"

2

columndefs in datatable not working while setting width jquery

autoWidth: false
Posted by: Guest on June-30-2020
0

datatable giving default width to colums

$('#table_selector').dataTable( {
  "autoWidth": false, //<-------- add this
  //give custom width
  "columns": [
    { "width": "10%" },
} );
Posted by: Guest on July-13-2021

Code answers related to "datatable default show 100"

Code answers related to "Javascript"

Browse Popular Code Answers by Language