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

Fixed: #918 Issue: GridItem calcXY calculation is wrong. Solution: Change the calculation of the left and top value. The new calculation is `left = colWidth * x + margin *...

stale
deps
infrastructure

Related issue: #453 Adding support for RTL direction websites

stale

This adds support for scaling on the containers. Fixes [Issue #484](https://github.com/STRML/react-grid-layout/issues/484)

stale

For issue #812 . The lack of an ability to set a certain optional prop on DraggableCore is causing problems within my project.

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....

stale

before react-grid-layout.min.js 77.47K after react-grid-layout.min.js 70.65K later I will achieve even better results and reduce some boilerplate in config

stale
deps
infrastructure

We've been using your great library for the past couple years

stale
documentation

If there are statics in the layout, then all items could potentially need moving, so you can't break out of the item-moving code early. Fixes: https://github.com/STRML/react-grid-layout/issues/1308

stale

Specify which axis to resize on: ['both', 'x', 'y', 'none']

stale
documentation