Weird behavior of DataTables
Weird behavior of DataTables
Hi Guys,
I met next problem using DataTables. 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 ?
Thanks in advance
Answers
i forgot to say it started from version 1.10