dlikhten/paginated-collection

Pay attention to add/remove events and handle them efficiently

Closed this issue · 0 comments

When the underlying collection throws add/remove events, try to be efficient about handling them

  • An add should just add the element, do not reset the whole thing. Trigger an add event.
  • A remove should just remove the element, do not reset the whole thing. Trigger a remove event.