Health-Informatics-UoN / Carrot-Mapper

Carrot: Convenient And Reusable Rapid Omop Transformer.
https://carrot4omop.ac.uk
MIT License
12 stars 3 forks source link

Pagination Issues #737

Closed AndrewThien closed 3 weeks ago

AndrewThien commented 3 weeks ago

Utilising a default page_size on values and fields pages - but the datatable pagination component doesn't know about it. If no query param has been set, it assumes page_size is 10. This then breaks if we have overridden as 20 - the pages numbers are off, and we have phantom pages.

We do not want to set the default page_size as a query param in a page - this would result in a rerender.