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
Isn't styling containers as a rows (horizontal) enough? I mean you don't need to have columns, you can freely define your containers so they can be seen as rows by user too.
styling is no issue - please look at image m-sortable1.png
but when trying to drag items in the same row , i.e: dragging item2.2 on item2.1,
item2.1 is pushed down and the placeholder is row based and not column based.
I guess it's jquery related stuff, not Angular. For now I have no idea how
to make it working. You need to dive deeper into jquery sortable I'm
afraid.
styling is no issue - please look at image m-sortable1.png
but when trying to drag items in the same row , i.e: dragging item2.2 on
item2.1,
item2.1 is pushed down and the placeholder is row based and not column
based.
I'm building a widgets dashboard app where the dragging of the box is horizontal inside each row or between them
The dragging placeholders is based on row and not on column
What would you reccomend ?
The text was updated successfully, but these errors were encountered: