ember-collection icon indicating copy to clipboard operation
ember-collection copied to clipboard

An efficient incremental rendering component for Ember.js with support for custom layouts and large lists

Results 66 ember-collection issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.1. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...

dependencies

Hello, I've been trying to make a proof of concept but I can't even get the readme example to work... I keep getting errors with all the layouts. For the...

With the current functionality, you can interact with `ember-collection`'s scroll event. But this requires you to completely override the default `scroll-change` action. The docs show the following example as a...

Why is position absolute by default? All list is almost in the center of the browser, I need to use it inside table to load tr>td, but seems I can't....

I would like an action `sliceDidChange` (or something like that) where a user could learn what is actually being displayed by the `ember-collection`. When the collection changes, the callback gets...

Maybe I'm missing something, but it would be nice to be able to specify a CSS class to each of the actual DOM elements that are generated by the collection...

Certain elements in an 'ember-collection' based list is rendered more than once, when filtering is performed on the list. I noticed this issue when i tried to use 'ember-collection' inside...

While trying to update an app that uses this addon to v3.0.0 I ran into this deprecation: An addon is trying to access project.nodeModulesPath. This is not a reliable way...

inserted into the DOM, then retrieve it from the layout fixes issue #140

If some items (that are currently visible) are removed from the ‘items’ collection, then they are still referenced in the _cells property. So they are still in the DOM (display:...