From c1c9ff6bc7b812c6186e3439f667e7a1ab70d923 Mon Sep 17 00:00:00 2001 From: Matthieu Hochlander Date: Tue, 10 Jun 2025 14:17:07 +0200 Subject: [PATCH] Fix videos in DataTable docs. --- docs/DataTable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/DataTable.md b/docs/DataTable.md index a1e41f82e0b..3352e219663 100644 --- a/docs/DataTable.md +++ b/docs/DataTable.md @@ -203,7 +203,7 @@ React-admin provides four bulk action buttons that you can use in data tables: **Tip**: Users can select a range of rows by pressing the shift key while clicking a row checkbox. @@ -525,7 +525,7 @@ const BookList = () => ( ## `expand` @@ -1269,7 +1269,7 @@ Refer to the [``](./NumberField.md) documentation for more details. `` has sticky headers, which means that the header row will remain visible even when scrolling down the page.