-
Notifications
You must be signed in to change notification settings - Fork 55
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
[BUG]: SubwayNav limited to 25 items #389
Comments
Thanks for reporting this @datalink0. The image you're showing that renders SubwayNav looks like it's showing 15, but the table has 27. I'll try to reproduce this to validate the actual visual behavior. How many main steps do you need, and what's the maximum number of sub steps you need to display under one main step? If you're running into issues because a lot of your main steps need to show sub steps, would it be an option for you to 'collapse' some of the sub-steps of a main step that's not the current main step?
I will post the way we've done this in the Dataverse Accelerator connector wizard to help visualize this. |
Denise, its only showing 15 because only Step 9 (Parent Step) is expanded. Even if I do all non-parent steps it always seems to still be limited to 25 items. For the project I'm working on I need almost 50 items, consisting of 9 parent steps, and the rest sub-steps. The maximum number of sub-steps per one main step would be somewhere between 7 to 9 sub-steps. Your solution via named formulas looks promising. I'll give it try. Appreciate the tip and look forward to your Dataverse Accelerator connector wizard example. |
Apologies for the delay here. This is a sample from a first party app we used to conditionally display values based on the current screen and certain component values (e.g., checkbox displayed more values if checked). This expression was stored in the App.Formulas property:
|
Describe the bug
The subway navigation control is limited to 25 items. This bug or limitation is present in sub-steps scenario as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behavior is supposed to be Subway navigation showing past 25 items.
Screenshots
As you can see, the expanded Step 9 is only showing until Sub Step 9.6, whereas the Items table has items until Sub Step 9.8
AB#950
The text was updated successfully, but these errors were encountered: