Christian Heiko Wüthrich
Results
3
comments of
Christian Heiko Wüthrich
Any updates or timeline on this?
Any Update/Roadmap on this?
Ive made a quick Shortcut where one can pass a Repeater to view it on Detail: **Usage:** ```php Panel::make('Panel', [ ...RepeaterDetailView::makeBoth(Repeater::make('Label', 'attribute'), $request) ]); ``` **app/Nova/Fields/RepeaterDetailView.php** ```php