You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please correct me if I'm missing something but based on the example I need to format my data source to be keyed on the first letter of the word and then also sort the array of values? Shouldn't a tool like this assume do this automatically on a given field within that data? like: sortOn: "user.name"
Let me know if I'm missing something otherwise I'm forking and getting it to work that way.
The text was updated successfully, but these errors were encountered:
ssomnoremac
changed the title
Work without aphabetically keyed datasource
Work without alphabetically keyed datasource
Jun 30, 2016
I tried to preserve the ability to use an object but gave up. What I have here is a component that actually requires a field (I need to change that) to sort on and will accept only an array of objects. I think this is a much more common case. I changed theREADME to show an acceptable data source. The side bar doesn't work though. It only pops the list to the top sometimes. Would love some help here before a PR. Thanks!
Please correct me if I'm missing something but based on the example I need to format my data source to be keyed on the first letter of the word and then also sort the array of values? Shouldn't a tool like this assume do this automatically on a given field within that data? like:
sortOn: "user.name"
Let me know if I'm missing something otherwise I'm forking and getting it to work that way.
The text was updated successfully, but these errors were encountered: