You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
I'm using angular-datatables with server-side processing. So, at each request Datatables should show a div with the 'Processing...' message. Instead, it just shows a text on the right top of the table.
I took the CSS from the Datatables Boostrap, and compared it with the CSS provided with the angular-datatables (on Bower). Your file is missing the div.dataTables_processing class. Maybe it has to be put inside your CSS file, or maybe is just my problem.
The text was updated successfully, but these errors were encountered:
It's an issue on the Datatables Bootstrap CSS.
I didn't notice it because I always use the jquery.dataTables.min.css along with the datatables.bootstrap.min.css.
I'm using angular-datatables with server-side processing. So, at each request Datatables should show a
div
with the 'Processing...' message. Instead, it just shows a text on the right top of the table.I took the CSS from the Datatables Boostrap, and compared it with the CSS provided with the angular-datatables (on Bower). Your file is missing the
div.dataTables_processing
class. Maybe it has to be put inside your CSS file, or maybe is just my problem.The text was updated successfully, but these errors were encountered: