Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

Hi, Support for **reactabular-easy** will be dropped in [the on-going rewrite](https://github.com/reactabular/reactabular/pull/345). There's still some work to do but the overall design will get much better thanks to it. I'll close...

I don't think full TypeScript port will happen anytime soon but that depends on the client needs. It would be possible to port packages bit by bit, though. I guess...

It could be a bug, yeah. I haven't touched that particular code in six months or so since funding of the project stopped. PR welcome. Maybe change the mock data...

@roboris Basically the project is in minimal support mode right now. I accept PRs and answer issues but I'm not actively developing it as there are far more prominent table...

I haven't seen proper tree support and DnD simultaneously elsewhere although that may have changed. Depending on how much time you have writing your own would be an option for...

Hi, I haven't touched the drag and drop related code in over two years so likely the dependencies are somewhat out of date. I think I know the cause of...

Not yet. I think it would require a little different approach. We might have to redesign the way `components` are injected or extend the system to allow more granular composition.

This is a similar problem as dragging rows between tables. I don't see why a custom drop zone wouldn't work as long as you have a `DragDropContext` on high enough...

To do this, it's likely you'll have to modify the `edit` wrapper at https://github.com/reactabular/react-edit . PR welcome. 👍