bk-angular-data-table
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Bitkraft Angular Data Table

It is fork of this package [https://github.com/ggmod/angular-2-data-table] (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.

Check out the demo and its code for examples of how to use it.

Demo for pagination with seperate page numbers will be added soon

Installing:

npm install bk-angular-data-table --save

import { DataTableModule } from 'bk-angular-data-table';

Licensing

MIT License

Package Sidebar

Install

npm i bk-angular-data-table

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • aliasgerr