Itâs not possible to change that. You could hide the text, but then youâd have empty space there, which would probably be worse.
shahappsheet:
When the name placed in the top are clicked. it goes to its basic view
Yep, thatâs how a dashboard works. The âinteractiveâ part requires a relationship between tables. When a row is clicked in a deck, gallery, or table view, the row will be displayed in the related detail view.
Why are you using a dashboard view at all here? Iâd think a more traditional app navigation style would work better and be much easier to setup. May I suggest you try that before pursuing this complicated approach?
Actually I want to make the dashboard as menu where user can click on the menu type and the menus will be shown at the bottom list. So that users donât need to go the other view and back again to the previous view. To me that is not comfortable as an user. Therefore, I wanted to do that way. Since I saw the dashboard. I become optimistic. So that is the reason.
Make sure there are ref between tables (or Enum basetype ref).
I would also discourage you from this kind of navigation, more so if itâs intended for mobile.
The Dashboard view is not mean to do this kind of thing, although I can see it working.
IMHO I wouldânt use your app if the navigation is layedout that way.
Thanks for the comments.
Navigation and linking using Ref is not a problem. Issues already I have mentioned in my Image above.
Actually Choice is very personal, attributed and forced. Because many of the arrangement of the current web templates I hate very much. But No choice I have to. Such as using of Div in the current web pages unnecessarily occupied a lot of spaces of the window, But no choice.
Anyway, Thanks again.
Yeah, I get it.
Most of the web is pushed to follow Googleâs design lines and others.
Anyway, Iâm interested to help.
Both of the issues are in fact the way Dashboard view works. You can see a title and click on it to open that view.
shahappsheet:
Would you please have a look on the image below
You could (maybe) create whatâs called the Dynamic Dashboard wich is a DIY approach to the interactive part of Dashboards but you can make more things with it
Image 1. Bottom view doesnât show anything as the âBasicâ Menu type donât have any entry.
Image 2. When âControlâ was selected from the menu type dropdown, bottom view of the dash board shows the menus (Image 3).
When the âMenu Assignmentâ Menu was clicked on the bottom view of the dashboard, NOW it goes to the corresponding interface (Image 4).
I knew it but didnât think that it will work in the dash board accordingly. When you ask me to see it, then I thought to adopt the idea in the dash board.