Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataBoundScrollView groupBy string param #9

Open
tjclement opened this issue Feb 12, 2016 · 0 comments
Open

DataBoundScrollView groupBy string param #9

tjclement opened this issue Feb 12, 2016 · 0 comments
Assignees

Comments

@tjclement
Copy link
Contributor

When passing a string groupBy option to the DBSV, the string literal is used as group value for all items.

Instead, the string value should be used as a lookup field on each item.

https://github.com/Bizboard/arva-js/blob/master/src/components/DataBoundScrollView.js#L125 should probably be something like:

groupByValue = child[this.options.groupBy];

@tjclement tjclement added the bug label Feb 12, 2016
@tjclement tjclement self-assigned this Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant