Datatables ColResize huge delay on IE 11

Datatables ColResize huge delay on IE 11

apoapo Posts: 9Questions: 2Answers: 0

Hi,

I am using datatables last version and colResize plugin. The colResize affect the performance of datatables because it runs by refreshing the broswer and by resizing for each row. That means that when you have to load 100 rows of 4.000 by client-side the delay is twice because of rendering 100 rows and resizing 100 rows. Why should colresize run per row ??

SIncerely,
Apo

Replies

  • apoapo Posts: 9Questions: 2Answers: 0

    Delay on IE 11 for 4.000 rows and showing 100 using desplayLength can be a minute but on chrome is about 8 seconds

  • allanallan Posts: 63,818Questions: 1Answers: 10,517 Site admin

    What colResize plug-in? There isn't one that is published as part of the DataTables project. You'd need to contact the author of that plug-in if it is causing issues.

    Allan

  • apoapo Posts: 9Questions: 2Answers: 0

    I use them and I see that they affect the rendering of datatables. Clear example is colresize where when you refresh the browser the datatable is rendering and colresizing. Colresizing runs also for each row. That has affect(at least 10 seconds) and IE 11 has the most.

    dataTables.colReorder.js
    dataTables.colVis.min.js
    dataTables.tableTools.js
    dataTables.colResize.js

  • F12MagicF12Magic Posts: 109Questions: 0Answers: 28

    As said by @allan. colResize is NOT a official part of dataTables.
    If it causes problems, you need to report it on the developers page on GITHUB by Issuing a new problem there.

This discussion has been closed.