-
Notifications
You must be signed in to change notification settings - Fork 80
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
Master-Detail Layout #7173
Comments
I was using Vaadin+ SideBar. Is this going to be the replica of the same or different? I ask this because I did some customization to accomodate my needs but after seeing this official component release, I thought it is good to wait till March. |
@sxp267 it's definitely similar, but different in that it's more primarily intended for master-detail layouts rather than as a generic sidebar overlay, more but also more flexible to support different configurations. You will probably be able to use it instead of the Vaadin+ SideBar pattern. Note that Master-Detail Layout is currently slated to ship in 24.8 in June, however, not 24.7 in March. |
Thanks for letting me know. Will this also work for Mobile ? I mean, in mobile, we used to create mulitple views like (I mean navigating from one SideView to another in mobile view ) v1, v2, v3 and when the user is in v3 and when he is clicking back button in v3, it should go to v2 and then from v2 to v1. Would this also be possilbe in this master-detail layout ? |
I presume you mean e.g. v1 and v2 and maybe v3 are shown in a split-view (e.g. side-by-side) on desktop, where v1 is the "top level" view, v2 is a "subview" under it and v3 a "sub-sub-view" under that, but they're rendered as individual full-page views on mobile? If so, yes, that's precisely one of the purposes of the MDL component – it should be easy to integrate with the routing mechanism so that each view maps to a part in the URL path |
Description
A component for creating responsive master-detail layouts.
Acceptance criteria
General criteria
Security
The text was updated successfully, but these errors were encountered: