問題タブ [primefaces-datatable]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - Escキーを押してPrimefacesのドラッグ操作を停止/キャンセル
たとえば、Escキーを押すなど、ドラッグアクションが開始したら、ドラッグアクションを停止/キャンセルできるようにしたいと考えています。私は Primefaces Showcase の例に基づいて作業しています。https://www.primefaces.org/showcase/ui/dnd/dataTable.xhtml
キーアップ イベントでは、ドロップ イベントを元に戻したり、イベントをドロップされていない位置に送信したりするために、多くのことを試みました。また、PrimeFaces.widget.Droppable.prototype.bindDropListener 関数を変更しようとしました。