Skip to content

Instantly share code, notes, and snippets.

@omernaci
Created February 6, 2019 12:54
Show Gist options
  • Select an option

  • Save omernaci/9ca067d714ed2d92ef6858732d3ba916 to your computer and use it in GitHub Desktop.

Select an option

Save omernaci/9ca067d714ed2d92ef6858732d3ba916 to your computer and use it in GitHub Desktop.
Datatable Column Manuel Width
$('.table').dataTable({
bAutoWidth: false,
aoColumns : [
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '15%' },
{ sWidth: '10%' }
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment