Rom Grk

Results 558 comments of Rom Grk

Probably closed with #12209. Can you confirm if it's still reproducible?

@oliviertassinari I'll reply to [this comment](https://github.com/mui/mui-x/pull/11924#issuecomment-1937850230) here: > Options: > > 1. I tested if adding a `translate3d` on each row (rather than on each cell before this PR), helped....

I've finished implementing the cleanup logic, here is a quick performance comparison. The new implementation does its cleanup after 1s without user interaction. [Kooha-2024-02-22-23-04-28.webm](https://github.com/mui/mui-x/assets/1423607/5015449a-9e90-449c-8b91-33dcbde9750a)

Weird results, this PR makes it smoother for me. Any chance you can send me a recording and a profile of the benchmark? (the "Save profile..." button in the Performance...

I WAS WRONG. Anyway long story short I have a benchmarking chrome user-profile that is usually clean (no react-dev-tools extension or anything else that affects runtime performance) so I can...

Don't think so. Invalidation doesn't just get the experimental warning: ![image](https://github.com/mui/mui-x/assets/1423607/6c3fe92d-7203-4fd7-9b8e-baec000a98df) It gets an additional 2nd warning about their unstability: ![image](https://github.com/mui/mui-x/assets/1423607/f5f48794-86a2-45d6-be27-ae9a37fbac29)

I don't like option 2 because it makes the behavior more complex to understand, for the sake of preserving compatibility. I would rather introduce a new comparator API, while keeping...

Wdym by "can't override the prop"? Have you tried using `!important`? It's meant for that use-case. For the feature request itself, we can keep it open but we'll wait to...

Makes sense. Let's keep this open until we have more interest. Also feel free to submit a PR, this shouldn't be too hard to implement.