Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

88
Views
Return the element to its initial position when using the library Sortable.js

As in the Sortable library.js cancel the action. I need that when the element is moved to the end, it returns to its initial position in any case. At the moment, my attempts have ended with this option:

updated () {
    const el = document.querySelector(".el-table__header-wrapper tr")

    if (el) {
        this.sortable = Sortable.create(el, {
            animation: 180,
            delay: 0,
            onEnd: evt => {
                const oldItem = this.theadList[evt.oldIndex]
                this.theadList.splice(evt.oldIndex, 1)
                this.theadList.splice(evt.newIndex, 0, oldItem)
            }
        })
    }
},
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!