html: (это урезанная версия того, что находится в jsFiddle)
Код: Выделить всё
one
two
three
foo
foo
foo
bar
bar
bar
Код: Выделить всё
$(".sortable").sortable({
axis: "y",
classes: {
"ui-sortable-helper": "inherit-width"
},
helper: "clone"
});
Код: Выделить всё
table * {
white-space: nowrap;
}
.inherit-width td {
/* ensures the table cells use all available space... problem might be here ? */
width: inherit;
}
Вот скрипт для демонстрации: https://jsfiddle.net/3dfj4xt6/
Подробнее здесь: https://stackoverflow.com/questions/798 ... ile-moving
Мобильная версия