Setting column width
Setting column width
var oTable = $('#warehouse_table').dataTable( {
"aoColumnDefs": [
{ "sWidth": "600px", "aTargets": [ 0 ] }
],
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] }
],
"bStateSave": true,
"sPaginationType": "full_numbers",
"oLanguage": {
"sSearch": "S
"aoColumnDefs": [
{ "sWidth": "600px", "aTargets": [ 0 ] }
],
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] }
],
"bStateSave": true,
"sPaginationType": "full_numbers",
"oLanguage": {
"sSearch": "S
This discussion has been closed.
Replies
Typ
Skick
[code]Entry Date[/code]
style="width:2000px"
on my table and now it seems to work