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

181
Views
DevExpress React Grid Reordering along with fixed column not working

There is a problem with @devexpress/dx-react-grid-material-ui when reordering the columns and if the grid has a fixed column in place , if we drop the column on another column and not drop it in the given spot , it moves the column to right ( after fixed column ).

Expected is if its not dropped in either right of left of a column it has to go back to its original location.

Imports code :

 import { 
  ...
  TableColumnResizing,
  TableFixedColumns,
  ...
} from '@devexpress/dx-react-grid-material-ui';

Fixed column code :

  <TableFixedColumns
      leftColumns={[fixedColumns.concat('action'), TableSelection.COLUMN_TYPE]}
      rightColumns={['command']}
      cellComponent={FixedCell}
    />

Column reordering code :

 <TableColumnReordering defaultOrder={columns.map((column) => column.name)} />
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!