How to restrict sortable to be to allow only columns inside a rows and rows inside a container?
Example:
Container is having rows and columns. Both rows and columns are sortable. But how to stop row inserted inside a columns?
$(".demo, .demo .column").sortable({
connectWith: ".column",
opacity: .35,
handle: ".drag"
});