Skip to content

Commit

Permalink
[Doc] Fix Datagrid video url
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jan 5, 2024
1 parent 29363c7 commit 9f2f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Datagrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "The Datagrid Component"
The `<Datagrid>` component renders a list of records as a table. It supports sorting, row selection for bulk actions, and an expand panel. It is usually used as a descendant of the [`<List>`](./List.md#list) and [`<ReferenceManyField>`](./ReferenceManyField.md) components. Outside these components, it must be used inside a `ListContext`.

<video controls autoplay playsinline muted loop>
<source src="./img/Datagrid.mp4" type="video/mp4"/>
<source src="./img/datagrid.mp4" type="video/mp4"/>
Your browser does not support the video tag.
</video>

Expand Down

0 comments on commit 9f2f4c0

Please sign in to comment.