How does one hide "JumpBarItemsList" ? I could see some of the MS Sample code which customizes the views and i have successfully implemented the same but could not understand that how to remove/hide "JumpBarItemsList"
Also, is there a way to hide below ?
Solved! Go to Solution.
Are you talking about when writing a PCF control?
The jump bar won't be visible in a PCF dataset control - but the header view selector/commandbar/quick search will - it is supposed to be controlled by https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/d... but I'm not able to hide it in my own controls. See this thread - https://powerusers.microsoft.com/t5/PowerApps-component-framework/Showing-View-Selector-and-Command-...
If you are talking about a subgrid - then they are controlled by the form subgrid properties:
Hope this helps
Are you talking about when writing a PCF control?
The jump bar won't be visible in a PCF dataset control - but the header view selector/commandbar/quick search will - it is supposed to be controlled by https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/d... but I'm not able to hide it in my own controls. See this thread - https://powerusers.microsoft.com/t5/PowerApps-component-framework/Showing-View-Selector-and-Command-...
If you are talking about a subgrid - then they are controlled by the form subgrid properties:
Hope this helps
Yes. i am writing a PCF control.
User | Count |
---|---|
4 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
5 | |
5 | |
4 | |
3 | |
2 |