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

Feature Request: Custom Radars #313

Open
flexyford opened this issue Feb 13, 2020 · 0 comments
Open

Feature Request: Custom Radars #313

flexyford opened this issue Feb 13, 2020 · 0 comments

Comments

@flexyford
Copy link

flexyford commented Feb 13, 2020

Description

vertical-collection has been a valuable addon to improve our application performance. We've recently come across a desire to use vertical-collection on a set of items that vary greatly in their height, and we've found that we want something other than StaticRadar or DyanmicRadar to get the best performance for our particular use case.

We would greatly value the ability to define our own custom Radars for a vertical-collection instance. I also hope a "Custom Radar" feature would give addon consumers the ability to experiment with different Radars for their unique use cases and be able to contribute back to the addon more easily.

Example RadarClass Usage

{{#vertical-collection items
  RadarClass=CustomRadarClass
  as |item|
}}
  {{item.name}}
{{/vertical-collection}}
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

No branches or pull requests

1 participant