CodeWithDennis / filament-select-tree

The multi-level select field lets you pick one or multiple options from a list that is neatly organized into different levels.
MIT License
225 stars 32 forks source link

feat: add pivot data #91

Closed saade closed 8 months ago

saade commented 8 months ago

Filament now supports passing pivot data to select relationship. This PR adds support for this plugin too.

https://github.com/filamentphp/filament/pull/11432