KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Can I have a submenu under Panel's menu? #2838

Closed GHSix opened this topic on on Sep 30, 2022 - 2 comments

GHSix commented on Sep 30, 2022

I have tried Group and Dropdown inside menu, but no dice.

Panel::create()
 ->menu([
  'One' => MenuItem::create(),
  'Two' => ???::create([
    'Another One' => MenuItem::create(),
  ])
 ])

Is it possible???

KoolReport commented on Oct 4, 2022

That's single level dropdown menu only :(

GHSix commented on Oct 4, 2022

I see, tks

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Dashboard