Flavien DELANGLE
Flavien DELANGLE
On X we have very outdated translations on the pickers that I would also like to remove
Yes I am talking about the doc Here is [the pr doc](https://mui.com/pt/x/react-date-pickers/getting-started/) for instance
This feature was less requested than others like #198, #212, #211 or #206. So to be fully transparent, we did not plan to do it in Q1 2022. But if...
I can add it to the `Future` column, it is clear that we are going to do it at some-point. Given the traction around this feature, it is likely that...
> with sorting possible. Do you need sorting on each child column or on the column group ?
> @flaviendelangle I can upgrade @types/react and commit to this PR (since we already migrated to React 18 for the docs). What do you think? Indeed If the types are...
Sorry if the question has already been asked But wouldn't it be better to already split the page in two (one for editing and one for row grouping) ? To...
Hi, Thanks for your contribution. Could you provide a working reproduction, this [Codesandbox template](https://codesandbox.io/s/datagrid-v5-quick-start-54iz1) might be a good starting point. ____ What is your use case ? Are you trying...
OK So the need here is to totally disable the aggregation label in the header for all columns ? Or on a column by column basis ?
@cherniavskii we could add a new prop `disableAggregationHeaderLabel` I don't see why someone would need to disable only on certain columns, the output would be weird. Or at least that's...