Skip to content
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

multi sortable in horizontal mode #13

Open
eransc opened this issue Dec 18, 2013 · 3 comments
Open

multi sortable in horizontal mode #13

eransc opened this issue Dec 18, 2013 · 3 comments

Comments

@eransc
Copy link

eransc commented Dec 18, 2013

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 ?

@mostr
Copy link
Owner

mostr commented Dec 18, 2013

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.

@eransc
Copy link
Author

eransc commented Dec 18, 2013

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.

Any ideas?

m-sortable1
m-sortable2

@mostr
Copy link
Owner

mostr commented Dec 18, 2013

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.

On Wed, Dec 18, 2013 at 8:37 AM, cgweb [email protected] wrote:

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.

Any ideas?

[image: m-sortable1]https://f.cloud.github.com/assets/816700/1771428/dde28930-67b6-11e3-91a3-f5d97fbc36df.PNG
[image: m-sortable2]https://f.cloud.github.com/assets/816700/1771429/e46f418a-67b6-11e3-8953-e340d3d3c319.PNG

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-30822325
.

Micha³ Ostruszka
http://michalostruszka.pl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants