Weird behavior of DataTables

Weird behavior of DataTables

TrollchikTrollchik Posts: 80Questions: 1Answers: 0

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

This discussion has been closed.