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

[TGDK][Feature] Add Configurable Default Table Pagination Size #4564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SSanchez7
Copy link

Important

This implementation is part of a set of features and fixes developed within the context of a project for the TGDK academic journal, with the goal of customizing Janeway to meet the journal's specific needs, which may also be extended to other contexts.

Problem / Objective

In many scenarios, the current default pagination size of the tables greatly limits their operation and visibility, so it is expected that it can be a configurable value at the journal level. This decision is also based on the fact that the volume of information and current technology allow without problems to load greater volumes of information.

Solution

The Table Default Page Length configuration is created to allow you to select the default paging size for tables on the platform. There are some considerations for this numerical value:

  • Entering 0 allows you to use the usual platform configuration, customized for each type of table
  • Entering -1 allows you to not limit the pagination of the tables, that is, it allows you to view all the records.
  • Entering any other positive value allows you to limit the maximum pagination of the tables to that value.

This option is in Styling Settings

image

@SSanchez7 SSanchez7 changed the title [TGDK][Feature] Add Configurable Default Table Pagination Sizeg [TGDK][Feature] Add Configurable Default Table Pagination Size Dec 21, 2024
@SSanchez7 SSanchez7 marked this pull request as ready for review December 21, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant