Skip to content

An Angular 2 data table, with pagination, sorting, expandable rows, row selection etc.

Notifications You must be signed in to change notification settings

scotteby/angular-2-data-table

 
 

Repository files navigation

Angular Data Table

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

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-data-table --save

Licensing

MIT License

About

An Angular 2 data table, with pagination, sorting, expandable rows, row selection etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.4%
  • HTML 24.1%
  • CSS 5.8%
  • JavaScript 4.7%