EasyUI Forum
April 19, 2024, 05:55:19 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for React / Tree Collapsible on: August 23, 2020, 07:09:48 PM
How do I make the them all collapse by default?
2  General Category / EasyUI for React / Tree Icon on: July 23, 2020, 09:06:31 PM
what I am trying to do: replace tree icon
Example 1:


Example 2(expected outcome)


is there a way to do it??

*Images are photoshop to show expected outcome
3  General Category / EasyUI for React / Re: Tree on: July 23, 2020, 08:41:51 PM
That is not what I am trying to do.
I want to drag the node and place it somewhere else like this Demo. Click on the word Demo to navigate to the demo I am referring.
4  General Category / EasyUI for React / Tree on: July 22, 2020, 12:15:26 AM
What I am trying to do: selected node draggable and droppable.


I have make a codesandbox to show what I have done so far.

This is the code that I have tried, it is not working. Any advice is appreciated. 
Code:
  handleSelectionChange(selection) {
    <Draggable>{selection}</Draggable>;
    this.setState({ selection: selection });
  }
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!