Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gildas Garcia <[email protected]>
  • Loading branch information
fzaninotto and djhi authored Feb 15, 2021
1 parent 5c2638f commit 0e0a64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Buttons"

# Buttons

React provides button components for all the common uses.
React-Admin provides button components for all the common uses.

## Navigation Buttons

Expand Down Expand Up @@ -152,7 +152,7 @@ The following buttons are designed to be used in List views.

### `<ExportButton>`

Exports the current list, with filter applied, but without pagination. It relies on [the `exporter` function](./List.md#exporter) passed to the `<List>` component, via the `ListContext`. It's disabled for empty lists.
Exports the current list, with filters applied, but without pagination. It relies on [the `exporter` function](./List.md#exporter) passed to the `<List>` component, via the `ListContext`. It's disabled for empty lists.

By default, the `<ExportButton>` is included in the List actions.

Expand Down

0 comments on commit 0e0a64f

Please sign in to comment.