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.
The datatables are not being displayed correctly. I found out the problem is solved when the dist/css/angular-datatables.min.css link is added to the HTML. However, it is not being automatically added to my index.html, as it is not defined in the bower.json of the package, only the dist/plugins/bootstrap/datatables.bootstrap.min.css.
I tried using overrides in my bower, but it's not working either.
Shouldn't dist/css/angular-datatables.min.css be included in the main of the package's bower.json?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The datatables are not being displayed correctly. I found out the problem is solved when the
dist/css/angular-datatables.min.css
link is added to the HTML. However, it is not being automatically added to my index.html, as it is not defined in the bower.json of the package, only thedist/plugins/bootstrap/datatables.bootstrap.min.css
.I tried using overrides in my bower, but it's not working either.
Shouldn't
dist/css/angular-datatables.min.css
be included in the main of the package's bower.json?The text was updated successfully, but these errors were encountered: