Jay Steven Hamilton
Jay Steven Hamilton
Ok, thanks for the suggestion. Implementing your suggestion did not give me the flexibility of having a specific height for the header row without jumping through css hoops. I elected...
There were a couple of recent fixes to the board layout logic that avoids the board from locking up during layout changes. While this resolves some significant issues I still...
I will take a look to see if I can reproduce the problem.
@praveenrajjogi for number 1. Could not reproduce this. That said, see the following stack over flow issue: https://stackoverflow.com/questions/47545940/npm-err-code-eintegrity-npm-5-3-0 In addition to that try updating to the latest version of npm...
@prajapatijayesh I looked at ng-packagr some time ago but never committed the time to learning it well enough to produce the library. I would gladly welcome any contributions on this...
@meikeric Good to see that you are taking up this project. Yes I would be interested in see if your changes will help us.
Guys, looks like this is heading in a good direction. I appreciate all of the contributions and will take a look at the changes. Thanks!
@meikeric I began reviewing some of your changes. They look good.
Hi Erick, I currently don't have an official release date set. There are a few more things that I would like to do before then. For instance, make the gadgets...
@eppak Sorting or repositioning components may be doable with the drag and drop library. Review the sortable capabilities here: https://github.com/akserg/ng2-dnd In addition, the actual drag and drop code is found...