We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 468089e + 6e2ef24 commit 65ae8f2Copy full SHA for 65ae8f2
1 file changed
docs/Fields.md
@@ -418,7 +418,7 @@ const BookList = () => (
418
<List>
419
<Datagrid>
420
<TextField source="title" />
421
- <WrapperField label="author" sortBy="author.last_name">
+ <WrapperField label="author" sortBy="author_last_name">
422
<TextField source="author_first_name" />
423
<TextField source="author_last_name" />
424
</WrapperField>
0 commit comments