用jquery-sortable替换掉落的项目

时间:2015-08-14 13:27:30

标签: jquery html5 jquery-ui jquery-ui-sortable

我正在使用此插件(https://github.com/johnny/jquery-sortable)在两个表之间拖放行。

有没有办法将被删除的项目替换为拖动项目?此外,我需要删除特定的行,是否可能?

$("#table-compras").sortable({
        group: 'no-drop',
        containerSelector: "table",
        itemPath: "> tbody",
        itemSelector: "tr",
        drag: false
    });
    $("#table-vendas-nao-associadas").sortable({
        group: 'no-drop',
        containerSelector: "table",
        itemPath: "> tbody",
        itemSelector: "tr"
    });

在下面的示例中,我有2个表。 “COMPRAS”只是可以撤销,而“VENDASNÃOCONADADAS”只能是可拖动的。粉红色的线应该是唯一可以丢弃的插槽。我怎样才能做到这一点? enter image description here

1 个答案:

答案 0 :(得分:0)

查看jQuery的可排序窗口小部件以及连接列表的配置并排除项目:https://jqueryui.com/sortable/#items