Tobias Uhlig

Results 194 issues of Tobias Uhlig

This is especially needed for future component based list demos which are using this plugin. The vdom engine relies on DOM ids to check for move OPs. When executing `triggerTransitionCallback()`,...

enhancement

Both function work fine on their own. However, it would cause trouble in case we would trigger a sort while a filter OP is still running. So, combining the logic...

enhancement

We could use the `collection.Base:mutate` event, which includes moving and inserting items as well. Most of the logic is already inside `onStoreFilter()`, so we can re-use it in a smart...

enhancement