[data grid] The data grid (pro version) throws an error when resizing column if skeleton overlay is used (Chromium browsers only). #16127
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
support: pro standard
Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/
Steps to reproduce
Steps:
loadingOverlay: { variant: 'linear-progress', noRowsVariant: 'skeleton' }
MUI X: Expected skeleton cells to be defined with
data-fieldattribute.
Current behavior
When creating a data grid (pro version) with
loadingOverlay: { variant: 'linear-progress', noRowsVariant: 'skeleton' }
it throws an error when resizing a column in the Edge and Chrome browsers. If you then switch'skeleton'
to'linear-progress'
the error does not occur.Expected behavior
The data grid shouldn't throw an error when resizing a column in the Edge or Chrome browsers.
Context
I wish to use the skeleton overlay for my data grids are loading their rows.
Your environment
npx @mui/envinfo
Search keywords: overlay, data, grid, skeleton
The text was updated successfully, but these errors were encountered: