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: docs/integrations/angular.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Finally don't forget to add gridjs theme in your index.html
92
92
93
93
- You can pass all Grid.js events as outputs with a little difference `load` event renamed to `beforeLoad`. See [Grid.js Events](https://gridjs.io/docs/examples/event-handler)
94
94
95
-
###Can I Grid.js rendering helpers? Yes
95
+
## Can I use Grid.js rendering helpers? Yes
96
96
97
97
- Using `h` function is working fine. See this example plugin.
98
98
@@ -115,4 +115,4 @@ Finally don't forget to add gridjs theme in your index.html
115
115
}
116
116
```
117
117
118
-
###Can I use Angular components in plugins, formatters, etc? Not yet
118
+
## Can I use Angular components in plugins, formatters, etc? Not yet
0 commit comments