Skip to content

Commit

Permalink
Update docs/data/data-grid/api-object/api-object.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
  • Loading branch information
alexfauquette and samuelsycamore committed Sep 20, 2022
1 parent 4441e62 commit 7be76c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/api-object/api-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const CustomDataGrid = (props) => {
```

:::warning
Various plugins of the grid populate the API object during the first render of the component.
The API object is populated by the various plugins of the grid during the first render of the component.
If you try to use it in the first render of the component, it will crash since all methods are not registered yet.
:::

Expand Down

0 comments on commit 7be76c0

Please sign in to comment.