pix-digital / pixSortableBehaviorBundle

Offers a sortable feature for your Symfony2 admin listing
MIT License
46 stars 78 forks source link

Enable Drag'n drop feature #62

Closed ceesvanegmond closed 7 years ago

ceesvanegmond commented 7 years ago

Hello,

Maybe it's an idea to enable Drag'n Drop like feature? Instead of the up, down, top, bottom methods, it could be handy to say something like:

Post with ID X to position X, instead of up, down etc.

Is that an idea that we could implement and you will accept?

We could also offer another template with one action that enables drag'n drop (Maybe even include jQuery UI Sortable).

ceesvanegmond commented 7 years ago

@nicolasricci Could you respond on this?

nicolasricci commented 7 years ago

@ceesvanegmond sure i would be happy to review any new feature.

ceesvanegmond commented 7 years ago

@nicolasricci In that case, please check the pullrequest https://github.com/pix-digital/pixSortableBehaviorBundle/pull/63. Also it's good to review the other pullrequest https://github.com/pix-digital/pixSortableBehaviorBundle/pull/61

Tofandel commented 7 years ago

A bit of an issue with drag& drop with sortGroups, I'll send a PR