Updated readme

This commit is contained in:
Zakary Timson 2018-06-20 10:20:38 -04:00
parent 05b9620033
commit 9b0a5adc94

View File

@ -2,10 +2,24 @@
[![CircleCI](https://circleci.com/gh/ztimson/ng-datatable/tree/master.svg?style=svg)](https://circleci.com/gh/ztimson/ng-datatable/tree/master)
A lightweight, feature rich table to display data. It is built with twitter bootstrap in mind but its simple table structor makes it easy styleable.
A lightweight, feature rich table to display data. It is built with twitter bootstrap in mind but its simple table structor makes it easy to style.
Features:
- Templating columns
- Sorting
- Filtering
- Pagination
- Expanding/Master Detail
- Selection Modes
- Easy CSS
- Mobile column hiding
- Checkboxes
[View on NPM](https://www.npmjs.com/package/@ztimson/ng-datatable)
[View the demo here]()
[View the demo here](https://stackblitz.com/edit/angular-rzq6xm)
## Installing