From f12ed7c2c189bd85485c786bc8206639b5ec4fc7 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Mon, 23 Jun 2025 19:21:12 +0200 Subject: [PATCH] [doc] Add Datatable video tutorial --- docs/DataTable.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DataTable.md b/docs/DataTable.md index a1cf42ef80c..94a80a282d9 100644 --- a/docs/DataTable.md +++ b/docs/DataTable.md @@ -7,6 +7,8 @@ title: "The DataTable Component" The `` component renders a list of records as a table. It supports sorting, row selection for bulk actions, a collapsible panel, hiding and reordering columns, dynamic row and cell styles, and more. + + ## Usage Use `` inside a `ListContext` (e.g., as a descendent of [``](./List.md#list) or [``](./ReferenceManyField.md)). Define the table columns with its children using `` components: