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

110
Views
Handsontable(6.2.2) manualColumnMove not work

I want to change column display position by array(DB saved).

//data ex.        def. pos
hot = new Handsontable(container, {
 /*...*/
 columns:[    
    {data: 'A'}, //0
    {data: 'B'}, //1
    {data: 'C'}, //2
    {data: 'D'}, //3
    {data: 'E'}  //4
]);

Save Array example.

    arrPos = [2,4,1,3,0]; // want to show col line is, C, E, B, D, A

I wrote hot setting is,

hot = new Handsontable(container, {
 /*...*/
 manualColumnMove: arrPos 
/*...*/
});

But, display is A, B, C, D, E(not change). Please help.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Everything seems as expected in v6.2.2 (tested on CE, but PRO works the same) https://jsfiddle.net/v6zj9mru/1/ When colHeaders are set to true they do not move, but once you change them to any given array they stick to the moved column.

about 4 years ago · Juan Pablo Isaza Report
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!