Skip to content

Commit

Permalink
DOCS (examples): add sortBy to AccessDataByPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Jul 19, 2019
1 parent 94b051b commit 2769ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/examples/AccessDataByPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const AccessDataByPath = ({ title }) => (
valueField="address.city"
labelField="company.catchPhrase"
searchBy="company.catchPhrase"
sortBy="company.catchPhrase"
onChange={(value) =>
console.log(`%c > onChange ${title} `, 'background: #555; color: tomato', value)
}
Expand Down

0 comments on commit 2769ba0

Please sign in to comment.