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: