I’m looking for a solution for Nebular Tree Grid drag and drop option for rearranging hierarchical table data.
Example for nested Nodes (in my case the hierarchy is a little bigger):
- 1 Chapter
- 1.1 Element
- 1.2 Element
- 2 Chapter
- 2.1 Element
My goal is to have a clear info about what Element is dragged and where its dropped.
(under- upper- or on Element)
If i drag 2.1 Element
between 1.1 Element
and 1.2 Element
i need the info
“2.1 Element must be placed after 1.1 Element”
Is that possible with Nebular Tree Grid?
What i found so far was https://stackblitz.com/edit/angular-cdk-nested-drag-drop-tree-structure?file=src%2Fapp%2Fapp.component.ts
But i still didnt get it to run with my Nebular Tree Grid so i hope there is some of you who already did this 🙂
1
Please edit your question title to something that describes the problem you’re having or question you’re asking. Your current title is the repetition of information already available in the tags plus “Drag and Drop”, which isn’t meaningful on its own. Your title should be clear and descriptive enough to have meaning to a future site user who is skimming through a list of search results trying to find a solution to a problem, and your current title doesn’t provide any useful information. Thanks.