rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Maintain width of cells within draggable table rows #156

Closed JD-Robbs closed 8 years ago

JD-Robbs commented 8 years ago

Refs #46 by @nicholasjackson.

rniemeyer commented 8 years ago

@JD-Robbs Thanks! - I'll get this merged, as soon as I have a chance to do a little bit of testing on it.

JD-Robbs commented 8 years ago

@rniemeyer Fantastic - thanks for considering it! I've given it a whirl in some of my own stuff but didn't really know how to write formal tests that simulate draggable. I also just saw that I made a silly typo in the source comment - whoops - sorry.

rniemeyer commented 8 years ago

Merged - thanks!