I'm trying to make Angular-Datatable (https://l-lin.github.io/angular-datatables/) style like Bootstrap. So, i have the following in my angular.json file:
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.css",
"node_modules/datatables.net-bs/css/dataTables.bootstrap.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.slim.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/datatables.net/js/jquery.dataTables.js",
"node_modules/datatables.net-bs/js/dataTables.bootstrap.js"
]
But my datatable look like this:
My project can be found in GitHub: https://github.com/rlanhellas/together-admin
