sScrollCollapse creates a double Head, and Processing banner

sScrollCollapse creates a double Head, and Processing banner

ciaobenciaoben Posts: 21Questions: 0Answers: 0
edited January 2014 in General
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]

Replies

  • ciaobenciaoben Posts: 21Questions: 0Answers: 0
    here is a fiddle:


    http://live.datatables.net/ObIF/4/edit
This discussion has been closed.