-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I've noticed that the pagination for Collections-based datatables just doesn't work sometimes. It seems to happen when you navigate away from a page with a datatable on it (via iron-router) then navigate back to the original page and use the pagination.
To Reproduce:
- Clone https://github.com/francisbyrne/finance
mrt install; meteor
- Go to
localhost:3000
in browser - Sign up a new account
- Open console and enter
loadDummyImports()
(that will load a bunch of trades to populate the table) - Test the pagination; it should work
- Navigate to "Trades" then back to "Portfolio"
- Test the pagination; this time it doesn't work
I'll try and reproduce it with a simpler example but here are some screenshots from my finance project in the meantime.
Metadata
Metadata
Assignees
Labels
No labels