Skip to content

Commit a361cd2

Browse files
authored
Syntax
1 parent 2e07d66 commit a361cd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ That grid is accessible across all components by using the new global vue proper
5050

5151
*vue-colcade* offers following methods:
5252

53-
* **create** - `this.$colcade.create({})` - create a new instance of Colcade grid -> see usage above
54-
* **destroy** - `this.$colcade.destroy('myGridName')` - destroy an instance of Colcade grid
55-
* **update** - `this.$colcade.update('myGridName')` - update grid items (after changing order, removing items...)
56-
* **append** - `this.$colcade.myGridName.append(items)` - add items to the end of layout
53+
* **create** - `this.$colcade.create({})` - Create a new instance of Colcade grid -> see usage above
54+
* **destroy** - `this.$colcade.destroy('myGridName')` - Destroy an instance of Colcade grid
55+
* **update** - `this.$colcade.update('myGridName')` - Update grid items (after changing order, removing items...)
56+
* **append** - `this.$colcade.myGridName.append(items)` - Add items to the end of layout
5757
* **prepend** - `this.$colcade.myGridName.prepend(items)` - Add items to the beginning of layout
5858

5959
As exemple, in order to destroy a grid, just call: `this.$colcade.destroy('myGridName')`.
6060

61-
Then, if you need to update items values inside a colcade grid, you may call the following property in order to force colcade to refresh itself: `this.$colcade.update('myGridName')`.
61+
Then, if you need to update items values inside a colcade grid, you may call the following property in order to force Colcade to refresh itself: `this.$colcade.update('myGridName')`.
6262

6363
And, all native colcade methods are still accessibles :
6464

0 commit comments

Comments
 (0)