Skip to content

Commit 167f613

Browse files
committed
updated readme
1 parent cdf0264 commit 167f613

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ Only for [**webpack**](https://webpack.github.io/) workflows.
1717
```sh
1818
npm install --save-dev vue-data-table
1919
```
20-
"data-table": require "../src/data-table.vue"
21-
"data-table-column": require "../src/data-table-column.vue"
2220
## Usage
2321
```coffee
2422
# link the components up
2523
components:
26-
"data-table": require "vue-data-table/data-table"
27-
"data-table-column": require "vue-data-table/data-table-column"
28-
# or ES6
24+
"data-table": require("vue-data-table/data-table")
25+
"data-table-column": require("vue-data-table/data-table-column")
26+
# or ES6 import
2927
import {dataTable,dataTableColumn} from "vue-data-table"
3028
components: {
3129
"data-table": dataTable
@@ -108,10 +106,6 @@ npm run test
108106
```
109107
Browse to `http://localhost:8080/`.
110108

111-
## To-Do
112-
- allow more than one (fixed-width) object per row + autosize to adjust #objects to actual width.
113-
- use html5 history mode or document.store to save scroll position
114-
115109
## License
116110
Copyright (c) 2016 Paul Pflugradt
117111
Licensed under the MIT license.

0 commit comments

Comments
 (0)