Weird begavior

Weird begavior

itmeritkapitalitmeritkapital Posts: 7Questions: 2Answers: 0
edited February 2015 in DataTables 1.10

Hi Guys,

I met next problem using DataTables 1.10. If i use DataTables + jquery fadeIn function, i get next https://cloud.mail.ru/public/8e1841187f87/screen1.jpg

my config is next:

var oTable = j('#portfoliosTable').dataTable( {
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"bJQueryUI": true,
"bSort":true,
"order": sort,
"scrollX": true } );

j('#tableContent').fadeIn(2000);

and i do fadeIn on the row where table is placed

any Idea guys how to fix it ?

link to DataTables live: http://live.datatables.net/dojigasu/1/

Thanks in advance

This discussion has been closed.