From 2769ba0c06e563570bb4956ae39624d532dc4adc Mon Sep 17 00:00:00 2001 From: Sasha Khamkov Date: Sat, 20 Jul 2019 00:43:23 +0300 Subject: [PATCH] DOCS (examples): add sortBy to AccessDataByPath --- docs/src/examples/AccessDataByPath.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/examples/AccessDataByPath.js b/docs/src/examples/AccessDataByPath.js index d235fe37..5fcffbbd 100644 --- a/docs/src/examples/AccessDataByPath.js +++ b/docs/src/examples/AccessDataByPath.js @@ -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) }