You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When useDataGrid is used with a MUI premium datagrid, my filter is behaving strangely. When I use "useList" in stead of useDataGrid it works well. Had this issue already been detected? What could be the reason?
Steps To Reproduce
A mui datagrid premium with a graphql dataprovider (useDataGrid)
Filter the data with the GridToolbarFilterButton
Add for instance 2 times a filter for the same column, differnt values (with OR)
When typing in the second OR filter, after a few ms my inserted value is moved to the upper filter field. So only one filter is left
Expected behavior
Normal filtering, without any issues. Filtering on the same field multiple times (AND/OR)
Describe the bug
When useDataGrid is used with a MUI premium datagrid, my filter is behaving strangely. When I use "useList" in stead of useDataGrid it works well. Had this issue already been detected? What could be the reason?
Steps To Reproduce
Expected behavior
Normal filtering, without any issues. Filtering on the same field multiple times (AND/OR)
Packages
@mui/[email protected]
"@refinedev/mui": "^6.0.3",
Additional Context
No response
The text was updated successfully, but these errors were encountered: