https://github.com/dvbtham/data-table-angular-4-bootstrap-3
https://github.com/dvbtham/data-table-angular-4-bootstrap-3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvbtham/data-table-angular-4-bootstrap-3
- Owner: dvbtham
- Created: 2017-10-30T10:03:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T10:53:53.000Z (over 7 years ago)
- Last Synced: 2025-02-26T12:04:38.574Z (3 months ago)
- Language: TypeScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular 4 Data Table Bootstrap 3
[](https://www.versioneye.com/user/projects/59efeb5a15f0d71dd281af2e)[](https://travis-ci.org/afermon/angular-4-data-table-bootstrap-4)
This is a forked version of https://www.npmjs.com/package/angular-4-data-table-bootstrap-4 that has been updated to Bootstrap 3 and Angular 4.
A simple Angular 4 data table, with built-in solutions for features including:
* pagination
* sorting
* row selection (single/multi)
* expandable rows
* column resizing
* selecting visible columnsThe component can be used not just with local data, but remote resources too: for example if the sorting and paging happen in the database.
The templates use bootstrap CSS class names, so the component requires a bootstrap .css file to be present in the application using it.
## Installing:
`npm install data-table-angular-4-bootstrap-3 --save`## App Requirements
* Bootstrap 3
* Font Awesome#### Licensing
MIT License