[data grid] We are encountering an issue with filtering in Data Grid Premium #15844
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Filtering
Related to the data grid Filtering feature
status: waiting for author
Issue with insufficient information
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
We are encountering an issue with filtering in Data Grid Premium.
Context:
Our setup includes a mix of hardcoded and dynamically generated columns.
We use the following code to allow filtering only with the ‘contains’ operator:
const filterOperators = getGridStringOperators().filter(
(operator) => operator.value === 'contains'
);
Problem:
Observations:
Questions:
Your environment
`npx @mui/envinfo`
``` this gives me 1000 rows of code and then error messege code: 2147749902, stdout: '', stderr: 'ERROR:\r\r\nDescription = Invalid namespace\r\r\n', failed: true, signal: null, cmd: 'wmic os get Caption', timedOut: falsebut im using:
"@mui/x-data-grid-premium": "^7.23.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/styles": "^6.1.1",
"@mui/system": "^6.2.0",
Windows 10 and windows 11
Node.js v18.19.0
we have tested in Chorme 131.0.6778.86 and in OperaGX
The text was updated successfully, but these errors were encountered: