Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no way to control default pageLength? #265

Open
athompson-merlin opened this issue Jun 26, 2024 · 3 comments
Open

no way to control default pageLength? #265

athompson-merlin opened this issue Jun 26, 2024 · 3 comments

Comments

@athompson-merlin
Copy link
Contributor

There doesn't seem to be any way to change the default pagination ("pageLength", in the source) from "20" to something more useful. I can't even figure out how to do it in source - the default of 20 appears to be an emergent property.

Am I missing something?

I think this belongs here, not ../oxidized itself, please let me know if I'm wrong.

@robertcheramy
Copy link
Collaborator

This could be done by adding pageLength: 50 to the table options

The question is: what is a 'something more useful' ;-) I'm happy with the actual default, but I understand that some may want an other value.

Needs #264 to be implemented first (set the default in the configuration)

@athompson-merlin
Copy link
Contributor Author

Ah, I see what you mean about 264. However, that was enough of a clue to let me monkeypatch my running instance to behave more sensibly for us, thank you!

Copy link

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the Stale label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants