[data grid] Pinned rows are hidden after unpinning #15302
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
feature: Row pinning
Related to the data grid Row pinning feature
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
Steps to reproduce
Link to live example. This example is based on the MUI pinning example, but using
GridApiRef
to set rows instead of using therows
prop.Steps:
Current behavior
The unpinned row is hidden
Expected behavior
The unpinned row should be shown in the table as it was before it was pinned
Context
I am trying to pin and unpin rows while using
gridApiRef.current.updateRows()
- the use case is a large, rapidly updating dataset that has significant performance issues when just using therows
prop to update the table. I am using 7.11.0 in my project, but this issue also occurs on the latest version. This issue is similar to #8013 - I am opening a new issue with an OrderID as requested by MUI X email support.Your environment
npx @mui/envinfo
Search keywords: pin pinning gridApiRef
Order ID: 87442
The text was updated successfully, but these errors were encountered: