Newbie in angular material, trying to solve a client requirement. I found an example which is similar to my requirement with this link.
**Here in the example the drag and drop is working fine outer-list-to-inner list and inner-outer list cases. But the sorting within the inner list is not working.
For example I want to drag the item 'Walk Dog' before the 'Brush teeth' item directly. it need to drag the outside list then only I can drag it to there. Can it possible to make it working? If yes how.**
Thanks in advance