Code Monkey home page Code Monkey logo

Comments (15)

adamkleingit avatar adamkleingit commented on May 23, 2024 2

Thanks for the motivation :) I will definitely push the pedal on this one,
as you are not the only one that requested it.
And don't worry, you don't need to pay - this is an open source project ;)

On Tue, Sep 27, 2016 at 8:46 PM, KeithGillette [email protected]
wrote:

I'm very much looking forward to this functionality, as I would pay for an
AngularJS 2 treeview component that supports drag & drop. I see one out
there right now https://github.com/valor-software/ng2-tree, but your
implementation has significant advantages with its support for keyboard
navigation, customizable field mappings, multi-select, etc.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2SShpT9gFld2E5n1xdi5rG2oeUwDkqks5quVZigaJpZM4JQQIj
.

from angular-tree-component.

 avatar commented on May 23, 2024 1

Yes.
But it will take me at least 2 weeks.

I'm thinking about introducing it as a plugin, not to contaminate the
source code too much.

On Wed, Jul 20, 2016 at 1:44 AM, Nathan Pearson [email protected]
wrote:

Any plans to add drag and drop?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ACUsQzhsZYWoeLteFjZB7Svxrv2YDYz-ks5qXVNGgaJpZM4JQQIj
.

Adam Klein
CTO & Co-Founder
Tel. +972-52-747-5633
blog.500tech.com http://blog.500tech.com
meetup.com/angularjs-il

from angular-tree-component.

adamkleingit avatar adamkleingit commented on May 23, 2024 1

Added drag & drop in Version 1.3.1:
https://angular2-tree.readme.io/v1.3.1/docs/drag-drop

from angular-tree-component.

npearson72 avatar npearson72 commented on May 23, 2024

That would be cool. Would be nice to have a native Angular 2 alternative to
jstree.

On Wed, Jul 20, 2016 at 9:27 AM, 500Tech [email protected] wrote:

Yes.
But it will take me at least 2 weeks.

I'm thinking about introducing it as a plugin, not to contaminate the
source code too much.

On Wed, Jul 20, 2016 at 1:44 AM, Nathan Pearson [email protected]
wrote:

Any plans to add drag and drop?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute
the thread
<
https://github.com/notifications/unsubscribe-auth/ACUsQzhsZYWoeLteFjZB7Svxrv2YDYz-ks5qXVNGgaJpZM4JQQIj

.

Adam Klein
CTO & Co-Founder
Tel. +972-52-747-5633
blog.500tech.com http://blog.500tech.com
meetup.com/angularjs-il


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQxluCmc0H6C9ti8Dynmf7P4_dh0alEks5qXb_PgaJpZM4JQQIj
.

from angular-tree-component.

 avatar commented on May 23, 2024

That's where we're going :)

On Wed, Jul 20, 2016 at 9:41 AM, Nathan Pearson [email protected]
wrote:

That would be cool. Would be nice to have a native Angular 2 alternative to
jstree.

On Wed, Jul 20, 2016 at 9:27 AM, 500Tech [email protected] wrote:

Yes.
But it will take me at least 2 weeks.

I'm thinking about introducing it as a plugin, not to contaminate the
source code too much.

On Wed, Jul 20, 2016 at 1:44 AM, Nathan Pearson <
[email protected]>
wrote:

Any plans to add drag and drop?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or
mute
the thread
<

https://github.com/notifications/unsubscribe-auth/ACUsQzhsZYWoeLteFjZB7Svxrv2YDYz-ks5qXVNGgaJpZM4JQQIj

.

Adam Klein
CTO & Co-Founder
Tel. +972-52-747-5633
blog.500tech.com http://blog.500tech.com
meetup.com/angularjs-il


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
#17 (comment)
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/ABQxluCmc0H6C9ti8Dynmf7P4_dh0alEks5qXb_PgaJpZM4JQQIj

.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACUsQ6q9NwuSaUDZhSWyuMhWypBbQlz8ks5qXcMJgaJpZM4JQQIj
.

Adam Klein
CTO & Co-Founder
Tel. +972-52-747-5633
blog.500tech.com http://blog.500tech.com
meetup.com/angularjs-il

from angular-tree-component.

lemacabre avatar lemacabre commented on May 23, 2024

Hello,
I am searching for a tree view with a drag and drop functionality for angular 2 / typecript since a few days. Now I found this post. I hope this plugin will be realized. It would be cool. ;)

from angular-tree-component.

npearson72 avatar npearson72 commented on May 23, 2024

Would be nice to have select box options too. Scenario: I have something I
want to add to multiple categories in my tree, I can select them and click
save.

On Mon, Jul 25, 2016 at 3:34 PM, lemacabre [email protected] wrote:

Hello,
I am searching for a tree view with a drag and drop functionality for
angular 2 / typecript since a few days. Now I found this post. I hope this
plugin will be realized. It would be cool. ;)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQxlqCqB9FB9TZMNqgFj39pappxAWTYks5qZK08gaJpZM4JQQIj
.

from angular-tree-component.

 avatar commented on May 23, 2024

Hi,

  1. you can achieve that with a custom template.
  2. I intend to add a multi select option to the tree later on (but if you
    want checkboxes, then it will still be a custom template)

On Mon, Jul 25, 2016 at 3:54 PM, Nathan Pearson [email protected]
wrote:

Would be nice to have select box options too. Scenario: I have something I
want to add to multiple categories in my tree, I can select them and click
save.

On Mon, Jul 25, 2016 at 3:34 PM, lemacabre [email protected]
wrote:

Hello,
I am searching for a tree view with a drag and drop functionality for
angular 2 / typecript since a few days. Now I found this post. I hope
this
plugin will be realized. It would be cool. ;)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/500tech/angular2-tree-component/
issues/17#issuecomment-234940506>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/
ABQxlqCqB9FB9TZMNqgFj39pappxAWTYks5qZK08gaJpZM4JQQIj>
.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACUsQ9FLdajbCQRIrq8-vKVB6yrfEUdfks5qZLIPgaJpZM4JQQIj
.

Adam Klein
CTO & Co-Founder
Tel. +972-52-747-5633
blog.500tech.com http://blog.500tech.com
meetup.com/angularjs-il

from angular-tree-component.

adamkleingit avatar adamkleingit commented on May 23, 2024

Multi select is implemented in the latest version, you can use node.toggleActivated(true) - the true tells it to do multi select.
Then treeModel.getActiveNodes() will return all the selected nodes.

from angular-tree-component.

sante85 avatar sante85 commented on May 23, 2024

when drag & drop behaviour in the tree be implemented?

from angular-tree-component.

KeithGillette avatar KeithGillette commented on May 23, 2024

I'm very much looking forward to this functionality, as I would pay for an AngularJS 2 treeview component that supports drag & drop. I see one out there right now, but your implementation has significant advantages with its support for keyboard navigation, customizable field mappings, multi-select, etc.

from angular-tree-component.

npearson72 avatar npearson72 commented on May 23, 2024

You rock!

On Tue, Oct 4, 2016 at 1:42 PM, adam klein [email protected] wrote:

Closed #17 #17.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQxlsXuimV0qJRfLjLr_BPus3XTGX6nks5qwi2egaJpZM4JQQIj
.

from angular-tree-component.

adamkleingit avatar adamkleingit commented on May 23, 2024

:)

from angular-tree-component.

waynechaw avatar waynechaw commented on May 23, 2024

It seems like drag and drop does not work on firefox (it is working on chrome)

from angular-tree-component.

ashokdavuluri avatar ashokdavuluri commented on May 23, 2024

Hi,

Any event after drop is completed?

like once i drag and drop the element once the tree is updated with new data i need an event to do some more actions.

Thanks

from angular-tree-component.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.