Skip to content

Commit fe1a766

Browse files
committed
updated readme
1 parent 51591b4 commit fe1a766

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,20 @@ TODO UPDATE CHANGELOG
3535
* Select display columns
3636

3737

38+
## Requirements
39+
40+
* Vue 1.* (tested with 1.0.26)
41+
* Bootstrap 3 css
42+
43+
3844
## Installation
3945

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

4248
npm install vue-bootstrap-table2
4349

4450

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

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

@@ -166,8 +172,9 @@ If you have a feature request, please add it as an issue or make a pull request.
166172
- [x] Sorting
167173
- [x] Filter
168174
- [x] Column picker
175+
- [ ] Pagination
169176
- [ ] Responsive
170-
- [ ] Correct date sorting
177+
- [ ] Dates sorting
171178
- [ ] Keyboard navigation
172179
- [ ] Editing
173180

0 commit comments

Comments
 (0)