Created
February 6, 2019 12:54
-
-
Save omernaci/9ca067d714ed2d92ef6858732d3ba916 to your computer and use it in GitHub Desktop.
Datatable Column Manuel Width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('.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