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

I noticed that the "Drag from Outside" example had an issue in Firefox. If you tried to drop the item over the placeholder it would not invoke the onDrop function....

stale
core
infrastructure

It implements [#758 ](https://github.com/STRML/react-grid-layout/issues/758), allows resizable handles on other corner. It passes `resizeHandles` props to [react-resizable](https://github.com/STRML/react-resizable)

stale
documentation
core

It implements [#206](https://github.com/STRML/react-grid-layout/issues/206). Added ability to limit movement by x/y axes

stale
documentation
core

It fixes disappearing Toolbox items on breakpoint change.

stale

Moved onDrop/onDragOver from the React event model, to a plain vanilla JS event model -- hopefully this clashes less with containing elements that may also have drag/drop events. Added datatransfer...

stale
tests
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
core
deps
infrastructure

#784 This fixes the issue where dragging could cause the layout to reorder over and over rapidly.

stale

Hi, in some cases we need to pass additional props to react-resizable package. This PR allows to do that.

stale
deps

Added isEditable property to support disabling dragging without rerendering In addition: * added windows bat file so that make is not needed. * modified no-drag example to show how the...

stale

Hello! I need to get the viewport width instead of the component in my app. So I've add some optional props. Readme and example are also updated. Please take a...

stale
documentation
core
infrastructure