Is there a way to paginate the scheduled jobs? #465
Unanswered
italktothewind
asked this question in
Q&A
Replies: 1 comment
-
No, not currently. Open to contributions, ideally not limit+offset-based. Currently, I think all items are fetched in https://github.com/bekk/db-scheduler-ui |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have 100.000 jobs. I want to show a list of them in some UI. I cannot ask for 100.000 jobs once, instead I would like to ask for pages of 100 jobs each. Is there any way? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions