atayahmet / laravel-nestable

Laravel 5 nested category/menu generator
MIT License
214 stars 52 forks source link

Apply formatting to just children? #38

Closed gracedigital closed 6 years ago

gracedigital commented 6 years ago

If I change the prefix in the nestable.php file it applies it to all options in the list. Is it possible to have it only apply the prefix to just children?

'dropdown' => [
    'prefix' => ' - ',
    'label' => 'name',
    'value' => 'id'
]

screen shot 2017-12-06 at 11 15 17 am

atayahmet commented 6 years ago

Hi @gracedigital

Not possible. Applies to all options.