gridjs-vue
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "gridjs-vue", | ||
"description": "A Vue.js wrapper component for Grid.js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "private": false, |
@@ -42,3 +42,3 @@ # gridjs-vue | ||
Pass either `data`, `from`, or `server` as a data source. Everything else is optional. | ||
Pass `cols` and either `rows`, `from`, or `server` as a data source. Everything else is optional. | ||
@@ -82,3 +82,3 @@ Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific configuration options. | ||
sort: true / false || {}, // boolean or sort settings object | ||
theme: 'mermaid', // string with name of theme | ||
theme: 'mermaid', // string with name of theme or 'none' to disable | ||
width: '100%' // string with css width value | ||
@@ -85,0 +85,0 @@ } |
Sorry, the diff of this file is not supported yet
340363