Skip to content

Commit 1e1cc25

Browse files
slax57djhi
andauthored
[no ci] Update docs/ListTutorial.md
Co-authored-by: Gildas Garcia <1122076+djhi@users.noreply.github.com>
1 parent 0106c7d commit 1e1cc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ListTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ By encapsulating common CRUD logic, react-admin reduces the amount of code you n
470470

471471
Sometimes typing `<DataTable>` and a few `<Field>` components is too much - for instance if you want to prototype an admin for many resources, or search data through an API without worrying about the actual data structure.
472472

473-
For these cases, react-admin provides a `<ListGuesser>` component that will guess the datatable columns from the data. It's a bit like the `<List>` component, but it doesn't require any configuration.
473+
For these cases, react-admin provides a `<ListGuesser>` component that will guess the `<DataTable>` columns from the data. It's a bit like the `<List>` component, but it doesn't require any configuration.
474474

475475
```tsx
476476
import { Admin, Resource, ListGuesser } from 'react-admin';

0 commit comments

Comments
 (0)