In my React application I use PrimeReact's DataTable component together with rowReorder and selectionMode. When I move a column, an additional rowReorder icon (a new column) appears in the table. This problem only occurs when rowReorder and selectionMode are used at the same time.
Describe the bug
In my React application I use PrimeReact's DataTable component together with rowReorder and selectionMode. When I move a column, an additional rowReorder icon (a new column) appears in the table. This problem only occurs when rowReorder and selectionMode are used at the same time.
Reproducer
https://stackblitz.com/edit/wsz2q2?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
No additional rowReorder column should appear when a column is moved.
Observed behavior: A new column with a rowReorder icon appears each time a column is moved.