umccr / orca-ui

MIT License
0 stars 0 forks source link

Boundary error handle for page or rowPerPage Out of Range #44

Open raylrui opened 1 month ago

raylrui commented 1 month ago

Currently, the ui has flexible input and query params for page and rowPerPages query, For example: https://orcaui.dev.umccr.org/runs/workflow?page=1100

It will trigger the unexpected boundary error

image

we may need constraint the input of page query, and also has proper error handle in table display when query out of range.