takielias / tablar

Tablar: A Laravel Dashboard Preset Based on Tabler HTML Template + Vite. https://tablar.ebuz.xyz/docs
https://tablar.ebuz.xyz
MIT License
272 stars 33 forks source link

Creating separators and headers in the menu #66

Open marvoh opened 2 months ago

marvoh commented 2 months ago

Describe your issue here. Hello,

There seems to be a problem with the customisation of the menu.

The classes attributes doesn't seem to be reflecting when you add something like this: 'classes' => 'text-danger text-uppercase'.

I'm also trying to create items separated with headers in a single drop-down items so that related functionality can be bundled together. Is this possible? I've gone through the documentation and not come across it. I tried adding a 'header' attribute but there was also no effect and also setting attribute 'type' as header but still no success. I've added a screenshot of something similar so you can have an idea.

image

I would appreciate your guidance