angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 443 forks source link

Static Row #471

Closed cburman01 closed 8 years ago

cburman01 commented 8 years ago

Is there a way to maintain a static row for a specific model in the list?

Example: a b C d
e

If you move e above e, C goes to row 4. a b e C d

I want C to always be row 3.

I've tried many things, mostly just manipulating the models in the various events, but i'm thinking there must be an easier way.

thgreasi commented 8 years ago

For the use cases that I faced so far, manipulating the model was an acceptable solution. I think that what you are looking for is described in #274 that is still open. Please re-open if I misunderstood something.

cburman01 commented 8 years ago

Thanks @thgreasi