0.6.0 • Published 6 years ago

angular4-smart-table v0.6.0

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

Angular 4 Data Table

Demo

Sample Angular Code

This is fork of package https://github.com/ggmod/angular-2-data-table with additional features(https://github.com/ggmod/angular-2-data-table)

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.

Additional Feature

  • searchable columns

Installing:

npm install angular4-smart-table --save

Adding to AngularProject

import { DataTableModule } from 'angular4-smart-table';

Licensing

MIT License