react-grid-layout
                                
                                 react-grid-layout copied to clipboard
                                
                                    react-grid-layout copied to clipboard
                            
                            
                            
                        A draggable and resizable grid layout with responsive breakpoints, for React.
### Describe the bug The width provided by WidthProvider is always 1280 and does not change when a component wrapped with WidthProvider is resized. This seems to be a recent...
### Describe the bug Created a ResponsiveGridLayout Added multiple components on layout (say 5) On adding component 6, react grid layout is again rendering already added 5 component (which is...
### Describe the bug I'm using react grid layout for my view and when i'm printing the page break cuts the view in the middle even though i have dedicated...
### Describe the bug My intent was to hardcode the values of the 'w' & 'h' keys in the data-grid related properties. At present these values only seem to work...
In javascript, type of NaN is "number" . if maxW, maxH, minW, minH any of these values set NaN value then it's crashing the application.
### Describe the bug Hi Team, I tried this below example from react grid layout demo 8. Its not auto aligned based on different screen sizes. Its always aligning right...
When I increase the height of a tile and move the cursor to the bottom edge of my dashboard the height only increases a little bit in Chromium based browsers...
### Describe the bug The library was working correctly for years but suddenly, after doing a fresh npm install on my dev machine, I get the following error when I...
### Describe the bug  destroy all empty items (500 items) cost about 400 ms, reflow after each item destroy  ### Your Example Website or App empty ### Steps...
Hi. When using ResponsiveReactGridLayout it appears as if when I shrink the viewport the breakpoints are enforced and the grid layout pops down accordingly, but when I grow it back...