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
Copy file name to clipboardExpand all lines: README.md
+91-91Lines changed: 91 additions & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,97 +71,6 @@ Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific co
71
71
</script>
72
72
```
73
73
74
-
### Helper Functions
75
-
76
-
If you install the component globally, rather than importing it locally, the following helpers are added to the Vue prototype and are available globally.
77
-
78
-
#### \$gridjs.uuid
79
-
80
-
Returns a unique identifier that can be used to reference the current cell.
81
-
82
-
Usage:
83
-
84
-
```js
85
-
constref=this.$gridjs.uuid()
86
-
```
87
-
88
-
#### \$gridjs.h
89
-
90
-
Renders a [Preact virtual DOM instance](https://gridjs.io/docs/examples/virtual-dom). Grid.js is built in Preact, so why not take advantage of it?
If you install the component globally, rather than importing it locally, the following helpers are added to the Vue prototype and are available globally.
221
+
222
+
#### \$gridjs.uuid
223
+
224
+
Returns a unique identifier that can be used to reference the current cell.
225
+
226
+
Usage:
227
+
228
+
```js
229
+
constref=this.$gridjs.uuid()
230
+
```
231
+
232
+
#### \$gridjs.h
233
+
234
+
Renders a [Preact virtual DOM instance](https://gridjs.io/docs/examples/virtual-dom). Grid.js is built in Preact, so why not take advantage of it?
0 commit comments