You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***append** - `this.$colcade.myGridName.append(items)` - Add items to the end of layout
57
57
***prepend** - `this.$colcade.myGridName.prepend(items)` - Add items to the beginning of layout
58
58
59
59
As exemple, in order to destroy a grid, just call: `this.$colcade.destroy('myGridName')`.
60
60
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')`.
62
62
63
63
And, all native colcade methods are still accessibles :
0 commit comments