File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments