-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I sometimes came across a problem when I have more elements on a grid of a certain size, that can fit on a single grid, so I would need multiple pages of the same type of elements. I could of course do a second grid of the same type, but it is somewhat cumbersome do define paging buttons every time when I would need multiple pages, so I rather don't do this.
Proposed Solution #1 (more effort)
Each grid may have multiple, numbered pages that are editable separately. They have minimum one page, which is the current state.
Users could add paging action buttons (next page, prev page, first page, last page) to the global grid or to a grid which are allowing changing pages if the grid is a multi-page grid. The buttons are enabled/inhibited according to the availability of pages on the board and according to the current selected one. This way each existing grid can be easily extended with further pages if needed.
Additionally Navigate to a Grid action may be extended with a round-robin paging option. When a navigation element is placed to the global grid and the round-robin option is enabled on the navigate action then repeated touching of the navigation element could automatically switch to the next page and then from the last page to the first page.
Proposed Solution #2 (less effort)
Multi-grid navigation action among element actions. The multi-grid navigation action configuration allowing to define one or more grids in a defined order. When an element with this action is placed on the Global Grid, repeated tapping of this button is navigating through the defined list of grids, then navigating to the first one after the last one.