vue-tables-2
Advanced tools
Comparing version 0.2.51 to 0.2.52
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "0.2.51", | ||
"version": "0.2.52", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
@@ -162,2 +162,4 @@ # Vue Tables 2 | ||
Child rows allow for a custom designed output area, namely a hidden child row underneath each row, whose content you are free to set yourself. | ||
When using the `childRow` option you must pass a unqiue `id` property for each row, which is used to track the current state. | ||
The syntax is identincal to that of templates: | ||
@@ -196,2 +198,3 @@ | ||
### Methods | ||
@@ -198,0 +201,0 @@ |
55001
305