leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Enhancement - Modal title #92

Open Nuranto opened 5 years ago

Nuranto commented 5 years ago

The idea is to make the title fully customizable. Concerned view : modal-partial-start

For example :

<h4 class="modal-title">{{ ($modal['title']??false) ? $modal['title'] : ucwords($modal['action'] . ' '. class_basename($modal['model'])) }}</h4>