[TGDK][Feature] Add Configurable Default Table Pagination Size #4564
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:0
allows you to use the usual platform configuration, customized for each type of table-1
allows you to not limit the pagination of the tables, that is, it allows you to view all the records.This option is in Styling Settings