Rom Grk
Rom Grk
Which grid version will you be using? Can you use the v7 releases? This should be straightforward to fix this week.
The `disableXxxx` flags aren't meant to fully disable a feature, they fullfill the same role as the `input[disabled]` attribute: the feature is UI disabled only, but still present. All the...
Send me a request for review again when the test are passing, missed the last notification.
We've talked about this one and we don't think this is the right approach to solve the issue. The throttling logic should support batching properly, which it doesn't right now....
I'm not sure I understand the problem and I haven't been able to trigger an error with the linked demo. Can you clarify the problem and the steps to reproduce?
I've been able to reproduce the issue. Could you solve the conflicts so we can merge the PR?
From what I understand from that snippet, `defaultMemoize` is `lruMemoize`so it wouldn't be a switch to use it. For this case we want to keep using `lruMemoize`, storing more data...
@mui/xgrid Does someone have context why we're converting `boolean` values with https://github.com/mui/mui-x/blob/003229083822fe6dbd44496ab162151eaa8f0739/packages/grid/x-data-grid/src/colDef/gridBooleanOperators.ts#L15 ? It seems like a bug to me, but I'm afraid to break something if I fix it...
Sure this one should be easy.
Sure, you can open a PR for this 👍