Skip to content

Commit 3677cba

Browse files
authored
Merge pull request #9135 from smeng9/patch-1
[Doc] Fix deprecated bulkActionButtons prop of List component
2 parents 0155a34 + 92adf91 commit 3677cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/List.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ const CommentList = () => (
587587

588588
**Tip**: The `<ExportButton>` limits the main request to the `dataProvider` to 1,000 records. If you want to increase or decrease this limit, pass a `maxResults` prop to the `<ExportButton>` in a custom `<ListActions>` component.
589589

590-
**Tip**: React-admin also provides a `<BulkExportButton>` component that depends on the `exporter`, and that you can use in the `bulkActionButtons` prop of the `<List>` component.
590+
**Tip**: React-admin also provides a `<BulkExportButton>` component that depends on the `exporter`, and that you can use in the `bulkActionButtons` prop of the `<Datagrid>` component.
591591

592592
**Tip**: For complex (or large) exports, fetching all the related records and assembling them client-side can be slow. In that case, create the CSV on the server side, and replace the `<ExportButton>` component by a custom one, fetching the CSV route.
593593

0 commit comments

Comments
 (0)