tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.55k stars 51 forks source link

Add support for Grid mode #29

Closed felixmosh closed 5 years ago

felixmosh commented 5 years ago

Hi,

First of all thank you for this great lib 🙏🏼

Is this lib can support Grid sorting?

image

tajo commented 5 years ago

Hey, unfortunately not, the library is focused only on the vertical sorting.

I wanted to link you to an alternative but it seems your screenshot is from there so you are aware.

felixmosh commented 5 years ago

Will you approve PR for this? currently I'm using hoc, and it has weird bugs with layouts baed on RTL langs.

tajo commented 4 years ago

Hm, I think it would be a lot of new code (increasing the size significantly) for something that seems as a very different use-case. It might make sense to ship it as a separate library and maybe reuse some parts of react-movable?

felixmosh commented 4 years ago

Sounds reasonable, thanx