npm install --save performant-array-to-tree Usage consttree=arrayToTree([{id:"4",parentId:null,custom:"abc"},{id:"31",parentId:"4",custom:"12"},{id:"1941",parentId:"418",custom:"de"},{id:"1",parentId:"418",custom:"ZZZz"},{id:"418",parentId:null,custom:"ü"},]); Wh...
npm install --save performant-array-to-tree Usage consttree=arrayToTree([{id:"4",parentId:null,custom:"abc"},{id:"31",parentId:"4",custom:"12"},{id:"1941",parentId:"418",custom:"de"},{id:"1",parentId:"418",custom:"ZZZz"},{id:"418",parentId:null,custom:"ü"},]); ...