react-grid-layout
react-grid-layout copied to clipboard
A draggable and resizable grid layout with responsive breakpoints, for React.
Fixes #1649 Avoids entering collision loop when allowOverlap is true and compactType is null.
### Describe the bug Hello, The react-grid-layout "drag from outside" is not working in mobile resolution. I have also attached the code sandbox link below for the reference. I request...
Updated https://github.com/react-grid-layout/react-grid-layout/pull/517 to current branch Thanks for submitting a pull request to RGL! Please reference an open issue. If one has not been created, please create one along with a...
### Describe the bug There is currently no way to initially set a column's height to 100% or 100vh like so: ``` layout: [ { i: "a", grid: { x:...
### Describe the bug In some cases `resizing` class is not removed from GridItem element after `onResizeStop` event ### Your Example Website or App https://react-grid-layout.github.io/react-grid-layout/examples/1-basic.html ### Steps to Reproduce the...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Hi. I'm not sure if I'm doing something wrong but it seems like ResponsiveReactGridLayout autoSize doesn't fire initially, or not after the initial rendering. In the attached gif I show...
### Describe the bug useCSSTransforms is enabled by default in this library but mouse events are incorrectly offset on SVGs inside a React Grid Item on Firefox. In my use...
https://github.com/reactwg/react-18/discussions/21 Issue: https://github.com/react-grid-layout/react-grid-layout/issues/1745
Look! This is what caused the problem. 