Problem/Question: When load the page with datatables, the header and footer of the datatable load more slow, looks like a shake effect on the table. How can I solve it?
Datatables script is initialized when the page renders the HTML content, thats why you see the table headers and footer being set up later after page is loaded.
This is the way we have implemented them, if you know a better one feel free to implement there. The same thing happens in our demo as well.
Hi,
Nice theme Laborator, thank you.
Problem/Question: When load the page with datatables, the header and footer of the datatable load more slow, looks like a shake effect on the table. How can I solve it?
Regards!!
Anybody to help with this issue?
Hi George,
Datatables script is initialized when the page renders the HTML content, thats why you see the table headers and footer being set up later after page is loaded.
This is the way we have implemented them, if you know a better one feel free to implement there. The same thing happens in our demo as well.