matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

Pagination Component and Page reactive? #610

Closed choncj closed 7 years ago

choncj commented 7 years ago

Component Bug Report

Issues with Pagination & Each Components Demo

As asked on #558. Is there a way to have the pagination component and pagination page reactive?

Reproduce

  1. Insert as many Collection entries until the pagination of the EasySearch Each Component is triggered

  2. Now trigger the Meteor Function remove() within the paginated Each Component

    1. Picture 1 zeichenflache 1
  3. You should see that the sorting of the paginated Each Component is out of order

    1. Picture 2 zeichenflache 1 kopie
  4. Refreshing the page fixes the issue and shows the paginated Each Component in order again

Expected

matteodem commented 7 years ago

Please provide reproduction steps or repository and define the problems with expected and current behaviours.

choncj commented 7 years ago

Really sorry for the late reply! So i made a repository including the Meteor project that has the issue. Im new to Github and Meteor and hope this is right :/ if not please let me know! choncj/easy-search-pagination

matteodem commented 7 years ago

Can you please provide steps to reproduce the bug?

choncj commented 7 years ago

@matteodem I updated the issue #610

I've tried my best to write down the reproduction steps for the issue i have. But i never reported a bug before so any guiding/ example would be appreciated.

Thank you for your time.

matteodem commented 7 years ago

@choncj thanks! I'll check it out soon

matteodem commented 7 years ago

Fixed in latest version v2.2.0

choncj commented 7 years ago

Thank you very much!