Skip to content

Christoffleroux/angular-4-data-table

 
 

Repository files navigation

Angular 5 Data Table

Note: Originally, it was fork of this package.

A simple Angular 5 data table, with built-in solutions for features including:

  • pagination
  • sorting
  • row selection (single/multi)
  • expandable rows
  • column resizing
  • selecting visible columns
  • accessibility (basic)

It's based on Bootstrap v4.0.0 and Font v4.7.0, so you need to include them in the application using it.

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.

Checkout this for a demo.

Installing

npm install angular5-data-table --save

Development

For creating a distributable version, run npm run build, then run npm run pack-lib. This will create a tar.gz file containing the library, which can be installed within your projects. The packager system is based on Angular Library Starter

License

MIT License

About

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 79.6%
  • JavaScript 20.4%