You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
This is a potential enhancement suggestion for the navbar functionality. In addition to the default behavior of the navbar to wrap buttons/links to multiple lines, it would be helpful to have a feature that would allow the specification of a maximum number of links to be displayed on a single line and then display a "More" option that provides the capability to "page" through those buttons to display more/other navbar options. This would allow multiple navbar options to be provided without requiring multiple lines in the navbar if there are more than five options or if the navbar requires fewer navbar options to be displayed at any point in time due to text size limitations for small device displays.
Below is an example which might display a maximum of two buttons/links and an additional "More" button that can be used to page through the list of items:
So, on the initial display the following items would be displayed in the navbar:
[Option 1] [Option 2] [More]
When the "More" option is selected the following items would be displayed in the navbar:
[Option 3] [Option 4] [More]
When the "More" options is selected a third time the following items would be displayed in the navbar:
[Option 1] [Option 2] [More]
Selecting the "More" option could move the display index on the navbar options by the maximum number of data options, looping back to the initial item when the index exceeds the maximum number of items in the navbar. This would allow any combination of odd/even number navbar items.
The text was updated successfully, but these errors were encountered:
This is a good idea. Can you add this to the feature request wiki page, link to this issue but close it since we're only tracking 1.0 issues here? Thanks!
This is a potential enhancement suggestion for the navbar functionality. In addition to the default behavior of the navbar to wrap buttons/links to multiple lines, it would be helpful to have a feature that would allow the specification of a maximum number of links to be displayed on a single line and then display a "More" option that provides the capability to "page" through those buttons to display more/other navbar options. This would allow multiple navbar options to be provided without requiring multiple lines in the navbar if there are more than five options or if the navbar requires fewer navbar options to be displayed at any point in time due to text size limitations for small device displays.
Below is an example which might display a maximum of two buttons/links and an additional "More" button that can be used to page through the list of items:
So, on the initial display the following items would be displayed in the navbar:
[Option 1] [Option 2] [More]
When the "More" option is selected the following items would be displayed in the navbar:
[Option 3] [Option 4] [More]
When the "More" options is selected a third time the following items would be displayed in the navbar:
[Option 1] [Option 2] [More]
Selecting the "More" option could move the display index on the navbar options by the maximum number of data options, looping back to the initial item when the index exceeds the maximum number of items in the navbar. This would allow any combination of odd/even number navbar items.
The text was updated successfully, but these errors were encountered: