On laravel 9 filamenphp site I need to show data in tree and I found this https://github.com/solutionforest/filament-tree plugin.
But source of this plugin is 1 table, not as in my case when I need to combine data from 3 sources and 2 of them are non related tables. If there is a way to load my custom data into this plugin?
I suppose it looks some laravel feature... Has it any
"filament/filament": "^2.17.39",
"filament/forms": "^2.17.39",
"laravel/framework": "^9.52.7",
Thanks in advance!