Bug Report
Description
Table contents not shown properly due to the page number and number-of-row-per-page not properly unloaded when switching to a different table.
Reproducibility
Include:
- OS (WIN)
- DataJoint LabBook Version 0.1.0
- MySQL Version 5.7
- MySQL Deployment Strategy (remote)
Step to reproduce
- Go to a single-page table (likely a lookup table), you'll find that the contents are shown as expected
- Now go to a multi-page table, move the page 2
- Now go back to the single page table in step 1, the contents are no longer shown properly.
- Now go to any multi-page table and move to page 1
- The single page table should show all contents as expected
The thinking here is that the single-page table is trying to show page 2 (where there is no content)