Skip to content
Moshe Zemah edited this page Nov 28, 2018 · 6 revisions

Welcome to the react-grid-layout wiki!

Here is a community question. Forgive me if this is the incorrect place to put a community question, and please let me know if editing this is not cool.

I think a project this great should have a community site started somewhere.

1. Does anyone know how to use the bounds checking feature of this project? I'd like to keep items from getting pushed down below the initial bounds of the grid. I wish I could specify a max number of rows below which items could not be pushed. Thanks.

Looks like there is currently no way to do this. See #30 https://github.com/STRML/react-grid-layout/issues/30 And like people use the issues for community discussion. If I come up with something, I'll post.

2. Is there any way to control the resize threshold (i.e. I if I have 2 columns, and I start resizing to the right from column 0 to column 1, it will show me the placeholder before I cross the half of column 1?). i.e. after resizing 50 pixels I want the resize to happen when I stop, and not only after crossing the "half point".

Clone this wiki locally