react-grid-layout
react-grid-layout copied to clipboard
A draggable and resizable grid layout with responsive breakpoints, for React.
This pull request add the ability to use items with a fixed size. When you pass the prop responsive={false} to the Grid it will use the new FixedGridItem instead of...
### Describe the bug I tried to dynamically set static, draggable and resizable attributes to grid items but RGL does not react to the changes. Also forcing an update over...
### Describe the bug When dragging a new item from from outside (see https://react-grid-layout.github.io/react-grid-layout/examples/15-drag-from-outside.html), other items move away, so you always drop the item into the blank space. This is...
Added 2 new props in Grid Item such as isSaveAspectRatio and aspectRatio. Grid item size(width, height) calculating with considering aspectRatio.
### Describe the bug So, After some thorough testing, I discovered that version 1.4.4 of this package has a bug where `` elements "skip" when tracking the mouse if using...
### Describe the bug When updating to version 1.4.x the current solution that is saving to localstorage no longer works good example is even example page https://react-grid-layout.github.io/react-grid-layout/examples/8-localstorage-responsive.html. ### Your Example...
## Description This PR fixes the data-grid undefined error on next.js ## What type of PR is this? (check all applicable) - [ ] 🍕 Feature - [x] 🐛 Bug...
### Describe the bug I wanted to bring to your attention a potential issue in the recent versions (1.4.3 and newer) of your application. Upon clicking an item, a red...
### Describe the bug dragging working not correct when you try to add prop isBounded to ResponsiveReactGridLayout ### Your Example Website or App https://codesandbox.io/p/sandbox/angry-grothendieck-lxtvsf?file=%2Fsrc%2FShowcaseLayout.js%3A88%2C10-88%2C35 ### Steps to Reproduce the Bug...
### Describe the bug React 18.0.2 @emotion/styled 11.10.5 @mui/icons-material 5.11.0 @mui/material 5.11.5 What I'm noticing is that for code like the below, when I click one of the GridItemWrappers, it...