-
Notifications
You must be signed in to change notification settings - Fork 23
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
Introduce sub-pages with built-in navigation for paging #272
Comments
Do you mean something like this: #257 - to be able to make grids which can be scrolled horizontally or vertically? Otherwise, if you want to navigate using buttons (= grid elements?!), what do you want achieve that is different from just linking multiple grids as "subpages", like this: Also see this demo configuration: test_2023-05-15_13-22_asterics-grid-custom-backup.zip |
We now implemented the navigation through sub-pages as you suggested below. Scrolling would probably also work in our use case, but it would be challenging to make it work with all various input methods. I think we will be all right now with manually built paging. Thanks for the hint.
On Monday, May 15, 2023 at 01:24:51 PM GMT+2, Benjamin Klaus ***@***.***> wrote:
Do you mean something like this: #257 - to be able to make grids which can be scrolled horizontally or vertically?
Otherwise, if you want to navigate using buttons (= grid elements?!), what do you want achieve that is different from just linking multiple grids as "subpages", like this:
Also see this demo configuration: test_2023-05-15_13-22_asterics-grid-custom-backup.zip
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
OK, great that my suggestion works for you 👍 |
Sometimes the number of tiles of the same type is too many to conveniently fit a single page. It can be difficult for selecting from a grid of 16 or 20 tiles both visually, both because of complexity.
It would be nice to be able to define multi-page grids which are same in dimensions and layout, but they are having left-right navigation buttons where editors and users can page among sub-pages, so tiles can be structured better with smaller number on each sub-page.
This functionality is quite cumbersome to define with the current capabilities of the UI.
The text was updated successfully, but these errors were encountered: