ggmod / angular-2-data-table

An Angular 2 data table, with pagination, sorting, expandable rows, row selection etc.
69 stars 136 forks source link

Angular 2 Data Table

Updated for Angular 5 here. This repo will not be updated

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

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

Licensing

MIT License