Infinite scrolling and autoWidth set to false

Infinite scrolling and autoWidth set to false

paceypacey Posts: 7Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
Hi guys, I'm having issues with infinite scrolling. I have set bAutoWidth to false and when I turn on infinite scrolling with these params the columns get widths set on them!
[code]
bAutoWidth : false,
bDeferRender: true,
bScrollInfinite : true,
bScrollCollapse : true,
sScrollY : "437px",
[/code]
This discussion has been closed.