ui-collectionview icon indicating copy to clipboard operation
ui-collectionview copied to clipboard

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.

Results 14 ui-collectionview issues
Sort by recently updated
recently updated
newest added

I am using the itemTemplateSelector function and when the views are recycled it seems that it takes the wrong template, there are times for some views that it takes the...

### Description The ui-collectionview angular demo throws a `JIT compilation failed` error when tapping button `Swipe Menu`. The UI stays stuck on the home page and does not display the...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

When we declare a scroll event in a CollectionView with multiple templates and without `rowHeight` we have a strange behavior in the `scrollOffset` data. If you scroll down there are...

This is a draft/wip branch of implementing shared view pools. Shared pools will allow defining the item templates in a separate view/element, and reuse them for multiple CollectionViews. This is...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

I am developing the integration of CollectionView to vue3, I have noticed that SimpleWaterfall screen fails for vue3, I thought it was only for me but I have tried vue2...

- added `itemHighlight` and `itemHighlightEnd` events - enabled `displayItem` event for custom show animation handling - improved strong type checking and reduced scoped variable usage - strengthen async conditions of...

Hello! Just wondering if it's possible to reorder like you could with RadListView by tapping an item and moving it? I notice there are events that listen to reordering. Also,...