jdcalkins / ng2-data-table

DataTable - Simple table component with sorting, pagination, and row select/multi-select for Angular2
MIT License
7 stars 7 forks source link

Pagination has no styling #34

Open robinsjp opened 5 years ago

robinsjp commented 5 years ago

I'm using ng2-data-table in an angular cli project with ngx-bootstrap. The bootstrap css has been included in angular.json:

"styles": [
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
              "./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
              "./node_modules/font-awesome/css/font-awesome.css",
              "src/styles.css"
            ],

but there is absolutely no styling on the pagination of the datatable.

Screenshot from 2019-07-03 12-50-09

This is the footer of the table:

`

`