smnedelko / PixelAdmin

Issue tracker repository
6 stars 0 forks source link

Need improvement in Datatables Server Side Processing #6

Closed efriandika closed 7 years ago

efriandika commented 7 years ago

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.

efriandika commented 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"
 });
smnedelko commented 7 years ago

Hi efriandika,

Thanks for the report. I will add this fix in the upcoming update.

smnedelko commented 7 years ago

Fixed in 2.3.0