0.1.2 • Published 7 years ago

angular-4-data-table-fix v0.1.2

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

Angular 4 Data Table

This is fork from, with fix ERROR in DataTableModule is not an NgModule

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.

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

Installing:

npm install angular-4-data-table --save

Licensing

MIT License