I have a datatable, that is fast loading web sql (local) data with 4 columns (5-6s), but now I have added an extra column that is editable it takes over that is extremely slow, it takes over 100 seconds to load. It takes around 25 seconds for 250 rows, that is over 1second per row.
What performance optimizations can be done to load the page quicker? The issue is that now I have chrome telling me it's frozen and if I want to kill the page... this is a serious issue for our product that runs on PCs and Tablets, on tablets it crashes the iPad browser.
I don't see anything there that would slow DataTables down so much. If you remove the editable call, does that speed things up again? I suspect we might need a link to a test case with the issue.