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

Add support for programmatically reordering objects #5

Open
joshuahiggins opened this issue Dec 12, 2014 · 0 comments
Open

Add support for programmatically reordering objects #5

joshuahiggins opened this issue Dec 12, 2014 · 0 comments

Comments

@joshuahiggins
Copy link
Contributor

This idea stems from 2 use cases:

  • Angular renders static markup faster than dynamic markup, such as markup generated via ng-repeat. When generating static and dynamic objects, Packery will append the dynamic after the static despite their original source order.
  • A need to maintain user preferred order and/or positions of Packery objects. For instance, in a dashboard view with multiple widgets, a user may re-order widgets and wish to maintain this preference through later sessions.

Adding support to manage object order and/or positions could potentially address both issues. However, as Packery supports any grid size (down to 1x1 pixel), managing order would also require managing positions.

I'm not sure if this is something that should be added on a project basis, to fit individual needs, or via this modules where I believe it could potentially introduce a larger amount of fringe case bugs.

I'm opening this issue to come back to at a later time and hopefully get some feedback from others.

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