sScrollY breaks bScrollInfinite if larger then 466px
sScrollY breaks bScrollInfinite if larger then 466px
Rawrgulmuffins
Posts: 2Questions: 0Answers: 0
Hello, I'm testing with the latest version of datatable.js and using bootstarp 2.3.2. I have a funny little bug which is happening. I'm attempting to make it so that the table takes up more of the screen but Scroll infinite is breaking if I go past 466px for sScrollY.
[code]var queue = $('#queue').dataTable( {
"sDom": "tS",
"bScrollInfinite": true,
"sScrollY": "466px",
"aoColumns": [
{ "sType": "numeric-html" },
null,
null,
null,
null,
null,
null,
null,
null
]
} );[/code]
[code]var queue = $('#queue').dataTable( {
"sDom": "tS",
"bScrollInfinite": true,
"sScrollY": "466px",
"aoColumns": [
{ "sType": "numeric-html" },
null,
null,
null,
null,
null,
null,
null,
null
]
} );[/code]
This discussion has been closed.