An open API service indexing awesome lists of open source software.

https://github.com/dvbtham/data-table-angular-4-bootstrap-3


https://github.com/dvbtham/data-table-angular-4-bootstrap-3

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Angular 4 Data Table Bootstrap 3

[![Dependency Status](https://www.versioneye.com/user/projects/59efeb5a15f0d71dd281af2e/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59efeb5a15f0d71dd281af2e)[![Build Status](https://travis-ci.org/afermon/angular-4-data-table-bootstrap-4.svg?branch=master)](https://travis-ci.org/afermon/angular-4-data-table-bootstrap-4)

This is a forked version of https://www.npmjs.com/package/angular-4-data-table-bootstrap-4 that has been updated to Bootstrap 3 and Angular 4.

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.

## Installing:
`npm install data-table-angular-4-bootstrap-3 --save`

## App Requirements
* Bootstrap 3
* Font Awesome

#### Licensing
MIT License