laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Multiple category nested set

Open apocsrbs opened this issue 4 years ago • 2 comments

I've been looking through the documentation and have not been able to find a solution

I have a table with about 500 nested categories. In another table related to that I have some selected categories in a group.

How would I come about showing a single tree containing the ancestors of X chosen categories?

Is there a way to merge X Category::ancestorsOf($category->id)->toTree()?

Or am I attacking this the complete wrong way? Thanks in advance!

apocsrbs avatar Jan 11 '21 14:01 apocsrbs

Have you ever found a good solution for that? I have the same problem now.

WebblueDev avatar Jul 08 '22 14:07 WebblueDev

Sorry! I don't recall the project i was using this in. If I had to guess, I think I abandoned it and found something else. Not sure though!

Good luck! :)

apocsrbs avatar Jul 08 '22 14:07 apocsrbs