jbomhold3 / BlazorSortableJS

BlazorSortable JS
https://jbomhold3.github.io/BlazorSortableJS/
18 stars 10 forks source link

Can this support nesting in its current state? Also: is this still being maintained? #9

Closed kinetiq closed 3 years ago

kinetiq commented 4 years ago

First off, thanks for the great project. As a heads up, I got this to work, but man... Please update the readme, it's going to turn away 95% of people who come here because it is fully broken. I submitted a pull request to help but it needs a little bit more. You have, for instance, resultsList but it isn't used.

It was only after I dug into DemoCore > Index.razor that I realized this project actually works, and saw an example showing how to do something useful with it (sort something and then work with the sorted list in C#).

Two questions for you:

Thanks :)

kinetiq commented 4 years ago

I did get nested drag and drop to work, 3 levels deep. It was pretty easy once I ignored your readme and dug into the demo project, and with components I feel pretty good about the quality of my code. I hope you keep maintaining tis. The world needs you.

jbomhold3 commented 3 years ago

Hi @kinetiq thanks for the complement not sure why github isn't forwarding issues to my email. I use this is my own projects so update it as needed or if someone finds an issue. 2020 was a hell of a year for me like everyone else. Getting back into the swing of things as I have the time to do so again. The docs suck for this project I'm aware something I'm not great at creating. Happy that you were able to find a solution to your issue.

kinetiq commented 3 years ago

Glad to see some activity here. I hear you re: 2020. Hope you are able to spend a day or so on this repo and get it into a state where people can use it without too much trouble. :)