ArtBat123
ArtBat123
Thanks for the answer. Updated link to example. https://codesandbox.io/s/primevue-demo-forked-z7cnvy?file=/src/App.vue
The transform: translate3d() property does not update its value. In this case, Firefox does not fire the onScroll event. It might be worth updating the transform: translate3d() property when updating...
@tugcekucukoglu Yes, sure. Try this link https://stackblitz.com/edit/saortp?file=src%2FApp.vue Please use FireFox for testing
Use dataIdAttr: 'data-id' . Specify 'data-id' in html. ``` let el = document.querySelector('#id') let sortable = new Sortable(el, { dataIdAttr: "data-id", ... ``` html: ``` ```