File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ Only for [**webpack**](https://webpack.github.io/) workflows.
1717``` sh
1818npm 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
2523components :
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
2927import {dataTable,dataTableColumn} from " vue-data-table"
3028components : {
3129 " data-table" : dataTable
@@ -108,10 +106,6 @@ npm run test
108106```
109107Browse 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
116110Copyright (c) 2016 Paul Pflugradt
117111Licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments