You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On phones the nice pattern today is to re-render the same data as cards under a breakpoint - the mobile card-view demo shows it, but you have to wire it up yourself.
I'd like to make responsive a built-in mode: the grid collapses to a touch-friendly card layout under a width you choose, editing still flows through the same API, and your filter/sort/selection state carries across the switch. (And yes - the touch drag-to-scroll bug we just filed is part of getting mobile right.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On phones the nice pattern today is to re-render the same data as cards under a breakpoint - the mobile card-view demo shows it, but you have to wire it up yourself.
I'd like to make responsive a built-in mode: the grid collapses to a touch-friendly card layout under a width you choose, editing still flows through the same API, and your filter/sort/selection state carries across the switch. (And yes - the touch drag-to-scroll bug we just filed is part of getting mobile right.)
Roadmap: https://svgrid.com/roadmap
If your users are on phones a lot, what matters most - the automatic layout, editing on touch, or how the columns collapse?
Beta Was this translation helpful? Give feedback.
All reactions