Table setting a fixed width when using bServerSide=true

Table setting a fixed width when using bServerSide=true

asantosasantos Posts: 11Questions: 0Answers: 0
edited January 2014 in Bug reports
For some reason, after parsing the table data, the html table gets autostyled with (see style):

[code][/code]

The width always depends on the window size. Strange thing is that it only happens when the data comes from an external resource:

[code]
{
"bServerSide": true,
"sAjaxSource": "data.json"
}
[/code]

Also, I'm using jquery.datatables.js and datatables.bootstrap.js.

Replies

  • asantosasantos Posts: 11Questions: 0Answers: 0
    This has been solved with:

    [code]"bAutoWidth": false[/code]
This discussion has been closed.