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

Vertical collection for paging #193

Merged
merged 3 commits into from
Jul 27, 2018

Conversation

EWhite613
Copy link
Contributor

Overview

Summary

Add flag to use vertical collection in the case of paging. This is useful when your page sizes are massive (like 200). Greatly improves the performance in these cases

Semver

This project uses semver, please check the scope of this PR:

  • #none#
  • #patch#
  • #minor#
  • #major#

CHANGELOG

  • Add flag useVerticalCollectionForPagination that allows a consumer to use vertical-collection during pagination

quincyle
quincyle previously approved these changes Jul 26, 2018
@@ -73,6 +73,7 @@ export default Component.extend({

// Options - sub-components
pagination: PropTypes.EmberComponent,
useVerticalCollectionForPagination: PropTypes.bool,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this new attribute to API doc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add that right now

@quincyle quincyle merged commit bf419d0 into ciena-frost:master Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants