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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific co
75
75
76
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
77
78
-
#### `this.$gridjs.uuid`
78
+
#### \$gridjs.uuid
79
79
80
80
Returns a unique identifier that can be used to reference the current cell.
81
81
@@ -85,7 +85,7 @@ Usage:
85
85
constref=this.$gridjs.uuid()
86
86
```
87
87
88
-
#### `this.$gridjs.h`
88
+
#### \$gridjs.h
89
89
90
90
Renders a [Preact virtual DOM instance](https://gridjs.io/docs/examples/virtual-dom).
91
91
@@ -107,7 +107,7 @@ this.cols = [
107
107
]
108
108
```
109
109
110
-
#### `this.$gridjs.html`
110
+
#### \$gridjs.html
111
111
112
112
Renders [HTML in a formatter function](https://gridjs.io/docs/examples/html-cells).
0 commit comments