Bootstrap has a class for you to re-order columns based on screen size as described here: Grid system · Bootstrap
Does anyone know if Ionic (Angular) offers anything similar? I’ve tried searching on Google and can’t find anything. Or is it a case of pushing/pulling columns instead?
Unfortunately, it seems the ion-grid Documentation does not come up with a solution to this problem. I thought you can achieve what you want by using push-xs and pull-xs in a way that on mobile layout the first column is pushed by 12 columns and the second column is pulled by 12 columns, essentially switching their positions. But this doesn’t work. The columns just get pushed and pulled along their horizontal axis.