9.0.0 • Published 3 years ago

angular-bootstrap-data-table v9.0.0

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

Angular Bootstrap Data Table

This is a forked version of https://www.npmjs.com/package/angular-2-data-table that has been updated to Angular 9.

A simple Angular 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.

Check out the demo for examples of how to use it.

Installing:

npm install angular-bootstrap-data-table --save

Licensing

MIT License

9.0.0

3 years ago

0.1.0

5 years ago

0.0.1

5 years ago