angular4-smart-table
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

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

Package Sidebar

Install

npm i angular4-smart-table

Weekly Downloads

8

Version

0.6.0

License

MIT

Unpacked Size

185 kB

Total Files

100

Last publish

Collaborators

  • idhruvs