sScrollCollapse creates a double Head, and Processing banner
sScrollCollapse creates a double Head, and Processing banner
Hi, i've used sScrollCollapse other times but with this datatables is giving me some problems.
The datatable works with no problems until i simply add the sScrollY property which causes the replication of the thead, and under the rows i can see the processing messagge. What could the problem be?
here's my initialisation code:
[code]
$('#datatable_pagamenti').dataTable({
"aaSorting": [],
"bSort": true,
"bStateSave": true,
"bPaginate": false,
"sScrollY": "600px",
"bScrollCollapse": true,
"bJQueryUI": false,
"sDom": '<"H"rT>t',
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "/async_datatable_pagamenti/",
[/code]
The datatable works with no problems until i simply add the sScrollY property which causes the replication of the thead, and under the rows i can see the processing messagge. What could the problem be?
here's my initialisation code:
[code]
$('#datatable_pagamenti').dataTable({
"aaSorting": [],
"bSort": true,
"bStateSave": true,
"bPaginate": false,
"sScrollY": "600px",
"bScrollCollapse": true,
"bJQueryUI": false,
"sDom": '<"H"rT>t',
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "/async_datatable_pagamenti/",
[/code]
This discussion has been closed.
Replies
http://live.datatables.net/ObIF/4/edit