0.2.2 • Published 7 years ago

data-table-angular-4-bootstrap-3 v0.2.2

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Angular 4 Data Table Bootstrap 3

Dependency StatusBuild Status

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 columns

The 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