Scrolly performance

Scrolly performance

ggunsonggunson Posts: 1Questions: 1Answers: 0

Hi Guys

Excellent plugin I am very impressed however I have an issue with performance. I am using the DOM as the datasource the tables tend to be around 1000 rows / 20 columns, the render time to the page is around 1 second however the scrolly processing takes around 10/15 + seconds. Is this the expected time or have I not implemented the plug-in correctly?

Further info : IE 8, I hide some of the columns in the table using CSS, the first column contains a checkbox control for selecting, and other columns contain images.

I implement DataTables using:

$('.psireport').dataTable({
"bSortClasses": false,
"scrollY": repHeight,
"scrollCollapse": true,
"paging": false,
"ordering": true,
"deferRender": true,
"dom": 'lrtip',
"info": false,
"aaSorting": []
});

Any info ./ pointers greatly appreciated.

Geoff

This discussion has been closed.