José Rodolfo Freitas
José Rodolfo Freitas
### Summary - Fix typo on Aggregation. - Add Column Menu and Cell Selection to the demo list. ### Preview https://deploy-preview-7863--material-ui-x.netlify.app/x/react-data-grid/demo/
### Summary 💡 In an effort to improve the integration with applications' server-side, one of the biggest pains we pinpointed is the effort to map the Data Grid's data model...
# Summary Use `React.useState` to track the cells in edit mode, instead of the grid's state # Motivation
For those running the autogpt in a docker container and the sdwebui outside of it, 127.0.0.1 won't work. ### Background ### Changes Added the instructions to use http://host.docker.internal:7860 on .env.template...
### Steps to reproduce Link to live example: (required) Steps: 1. go to basic example 2. input the first calendar date and click ok https://github.com/mui/mui-x/assets/550141/832b74f1-160f-4eec-8997-c7d99d5ad311 ### Current behavior If users...
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
## Summary Currently, Bar charts support setting a uniform border radius for all corners of a bar, which applies the same curvature to the top-left, top-right, bottom-left, and bottom-right corners....
## Summary 💡 Gantt Chart implementation ## Benchmarks Public, read only: https://mui-org.notion.site/Gantt-Chart-component-e0014e4a55ae44fe901d575b1886e78e Internal, write & read: https://www.notion.so/mui-org/Gantt-Chart-component-e0014e4a55ae44fe901d575b1886e78e ## Requests - https://mui.zendesk.com/agent/tickets/20549 - https://www.notion.so/mui-org/cfce9cf916cf49adb1be9109eb51d216 ## MUI X Gantt chart https://mui.com/x/react-charts/gantt/
## Summary OHLC (Open-High-Low-Close) charts are crucial for visualizing price movements and are a valuable addition along the candlestick charts. ### OHLC vs. Candlestick OHLC charts and candlestick charts #13044...
## Summary Ordinal axes are essential for visualizing data where one of the axis have a specific order but don't represent continuous values (e.g., weekdays, months, quarters). Ordinal axes prioritize...