react-grid-layout icon indicating copy to clipboard operation
react-grid-layout copied to clipboard

A draggable and resizable grid layout with responsive breakpoints, for React.

Results 275 react-grid-layout issues
Sort by recently updated
recently updated
newest added

If you drag the item with containerPadding, it looks as if it is moved more than the actual location.

stale
deps
infrastructure

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 failing example or test case....

stale
documentation

Noticed this kind of behavior happening again: https://github.com/STRML/react-grid-layout/issues/1046 Here is also a live version: https://5wy3rz5z1x.csb.app/ Investigations led to the conclusion that both the domFns.js of react-draggable, and GridItem.js of react-grid-layout...

stale

This adds a drag API to react-grid-layout. It is an update on another PR https://github.com/STRML/react-grid-layout/pull/684. I need to add tests and would love some suggestions.

stale
documentation
tests
infrastructure

Clone `this.state.layout` before updating `this.state.oldLayout` property. Currently `this.state.layout` value is storing by reference to `this.state.oldLayout` as a result some incorrect behavior can happen (see the reference issue). Reference issue -...

stale

When adding a new item to the dashboard and resizing it immediately, props will be mutated [here](https://github.com/STRML/react-grid-layout/blob/master/lib/ReactGridLayout.jsx#L401). When using a library like [immer](https://github.com/immerjs/immer), the app will crash with the following...

stale

Hi! :slightly_smiling_face: This Pr simplifies code contributions by fully automating the dev setup with Gitpod(A free online VS Code like IDE). With a single click, it'll launch a workspace and...

stale
documentation

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 failing example or test case....

enhancement
stale

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 failing example or test case....

enhancement
stale

Props to @mdaverde for starting this work in #482 This PR aims to add a `resizableAxis` prop, allowing items to be resized in a single dimension by passing the props...

stale
documentation