[data grid] Wrong position for Checkbox column after unpinning other column #15808
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
feature: Row grouping
Related to the data grid Row grouping feature
feature: Selection
Related to the data grid Selection feature
support: commercial
Support request from paid users
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
The problem in depth
Issue Description
The issue arises when grouping is enabled, and at least one column is grouped. If another column is pinned to the left and then unpinned, the
Checkbox
column does not return to its original position. Instead, it is placed after the grouped column.Steps to Reproduce
checkboxSelection={true}
to the table.Actual Behavior
The
Checkbox
column does not return to its original position but is placed after the grouped column.Expected Behavior
The
Checkbox
column should remain located before the grouped column after unpinning.Your environment
`npx @mui/envinfo`
Search keywords: DataGrid Pinned Columns Checkbox
Order ID: 82865
The text was updated successfully, but these errors were encountered: