Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsa committed Aug 23, 2016
1 parent 51591b4 commit fe1a766
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@ TODO UPDATE CHANGELOG
* Select display columns


## Requirements

* Vue 1.* (tested with 1.0.26)
* Bootstrap 3 css


## Installation

Install the vue-bootstrap-table [package](https://www.npmjs.org/package/vue-bootstrap-table2) package using [npm](https://www.npmjs.com/):

npm install vue-bootstrap-table2


Or import the js script on your html (use the files from the dist folder):
Or add the js script to your html (download from [releases](https://github.com/jbaysolutions/vue-bootstrap-table/releases)):

<script src="vue-bootstrap-table.js"></script>

Expand Down Expand Up @@ -166,8 +172,9 @@ If you have a feature request, please add it as an issue or make a pull request.
- [x] Sorting
- [x] Filter
- [x] Column picker
- [ ] Pagination
- [ ] Responsive
- [ ] Correct date sorting
- [ ] Dates sorting
- [ ] Keyboard navigation
- [ ] Editing

Expand Down

0 comments on commit fe1a766

Please sign in to comment.