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
@@ -81,13 +83,13 @@ Finally don't forget to add gridjs theme in your index.html
81
83
82
84
- You can pass all Grid.js configs to the `<gridjs-angular>` component as inputs. See [Grid.js Config](https://gridjs.io/docs/config) for more details.
83
85
84
-
-`gridConfig` You can all pass Gridjs config as one object and it will be merged other gridjs inputs.
86
+
-`gridConfig` You can pass Grid.js config as one object and it will be merged with other Grid.js inputs.
85
87
86
-
-`plugins`Gridjs plugins array. See [Grid.js Plugins](https://gridjs.io/docs/plugin/basics)
88
+
-`plugins`Grid.js plugins array. See [Grid.js Plugins](https://gridjs.io/docs/plugin/basics)
87
89
88
90
## Outputs
89
91
90
-
- You can pass all Gridjs events as outputs with a little difference `load` event renamed to `beforeLoad`. See [Gridjs Events](https://gridjs.io/docs/examples/event-handler)
92
+
- 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)
0 commit comments