Closed efriandika closed 7 years ago
In order to solve this problem, I suggest you to add this script below into js/src/extensions/datatables.js
$.extend(true, $.fn.dataTable.ext.classes, {
sProcessing: "dataTables_processing"
});
Hi efriandika,
Thanks for the report. I will add this fix in the upcoming update.
Fixed in 2.3.0
Need improvement in datatables server side processing. Since, there is no style for progress indicator. Currently, default progress bar indicator from datafables will break the table style.