-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Change the order of Grid Stacking when converting to mobile view #14570
Copy link
Copy link
Closed
Labels
support: questionCommunity support but can be turned into an improvement.Community support but can be turned into an improvement.
Description
I have a problem with the order of stacking of grid items whenever browser shrinks.
This is what I want on the normal desktop screen(lg):
---------------------------------------------
| col 1 | col 2 | col 3 |
---------------------------------------------
But After Shrinking the browser I am getting the following result:
-------------------------
| col 1 |
-------------------------
-------------------------
| col 2 |
-------------------------
-------------------------
| col 3 |
-------------------------
Can I with material ui Grid layout achieve this on a mobile screen:
-------------------------
| col 1 |
-------------------------
-------------------------
| col 3 |
-------------------------
-------------------------
| col 2 |
-------------------------
I am currenlty using material-ui version 3.9.2. I am sorry for Asking it here, as there is no response from anyone on stack-overflow. Here is the stack overflow question link.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
support: questionCommunity support but can be turned into an improvement.Community support but can be turned into an improvement.