Skip to content

Commit 36c9a0f

Browse files
committed
update readme
1 parent 167f613 commit 36c9a0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ For examples see [`dev/`](https://github.com/vue-comps/vue-data-table/tree/maste
4949
| auto-height | Boolean | false | If autoheight should be used (see below) |
5050
| manual-start | Boolean | false | rendering doesn't start on `ready` (call `start` on the component instance instead)|
5151
| data | Array | [] | static data to render |
52-
| scrollTop | Number | 0 | sets scrollTop |
53-
| scrollLeft | Number | 0 | sets scrollLeft |
52+
| scroll-top | Number | 0 | sets scrollTop |
53+
| scroll-left | Number | 0 | sets scrollLeft |
5454

5555
##### data-table-column
5656
| Name | type | default | description |
5757
| ---:| --- | ---| --- |
5858
| name | String | - | (required) name of the column. Used as default for the header. Must be unique |
5959
| style | Object | {whiteSpace:"nowrap"} | style for the header of the column. |
6060
| pinned | Boolean | false | column will be on the left, always visible |
61-
| noResize | Boolean | false | disable resize of this column |
61+
| no-resize | Boolean | false | disable resize of this column |
6262
| width | Number | -1 | initial width of the column (defaults to width of the header) |
63-
| minWidth | Number | -1 | minimal width of the column (defaults to width of the header) |
64-
| maxWidth | Number | Number.MAX_VALUE | maximal width of the column |
65-
| defaultWidth | Number or String | "auto" | width of the column on double click on resizer. "auto" looks for content width of the column |
63+
| min-width | Number | -1 | minimal width of the column (defaults to width of the header) |
64+
| max-width | Number | Number.MAX_VALUE | maximal width of the column |
65+
| default-width | Number or String | "auto" | width of the column on double click on resizer. "auto" looks for content width of the column |
6666

6767
## Autoheight
6868

0 commit comments

Comments
 (0)