Git Product home page Git Product logo

Comments (8)

fgiarritiello avatar fgiarritiello commented on July 18, 2024 14

Thanks @fritz-c

Could you please also share some guidance on how to use nodeContentRenderer?
Thanks

from react-sortable-tree.

batazor avatar batazor commented on July 18, 2024

Sorry, I did not see the prompt react-sortable-tree.js. Everything cool

from react-sortable-tree.

anil1712 avatar anil1712 commented on July 18, 2024

Hi @batazor ,
Actually I am geting some difficulty to understand react-sortable-tree.js.
So can you please provide some code snippet to use nodeContentRenderer .

Thanks,

from react-sortable-tree.

batazor avatar batazor commented on July 18, 2024

@anil1712 As an example https://gist.github.com/batazor/df66fb09d7c963755e38454f85c65591

Take as an example of a component https://github.com/fritz-c/react-sortable-tree/blob/5f29231db2a1f32f1e04aca634778a11f6449f66/src/node-renderer-default.js

from react-sortable-tree.

anil1712 avatar anil1712 commented on July 18, 2024

@fritz-c and @batazor I am having the Tree Data in below format. (eg. {name: ..., users: [ ... ]})

My JSON format:

[ { 'id': '1', 'name': 'Value1', 'users': [ { 'name': 'Value2',  }, { 'name': 'Value3', 'users': [ { 'name': 'Value4',  } ] }, { 'name': 'Value4', 'users': [ { 'name': 'Value5',  } ] }, { 'name': 'Value5',  }, { 'name': 'Value6', 'users': [ { 'name': 'Value7',  } ] } ] } ]

Can you please tell me what is the best way to convert it into required TreeData format
(like {title: ..., children:[ ... ]})

Can I use nodeRenderer to render the tree without changing the JSON key or else I have to change the format of my JSON?

@fritz-c Please provide some suggestion.

Thanks.

from react-sortable-tree.

anil1712 avatar anil1712 commented on July 18, 2024

@fritz-c can you please provide some snipped for nodeContentRenderer to render any kind of JSON format.

Please help me to out of it.

from react-sortable-tree.

fgiarritiello avatar fgiarritiello commented on July 18, 2024

@anil1712 Did you figure this out? I need some help too on this

from react-sortable-tree.

fritz-c avatar fritz-c commented on July 18, 2024

@fgiarritiello please check out #53 for the answer to anil1712's question.

from react-sortable-tree.

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.