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

Bugfix : display search form only if shouldRenderSearchForm is true #100

Closed Nuranto closed 5 years ago

Nuranto commented 5 years ago

@leantony small bugfix : We should not show the search form if search is disabled.

It is useless, but It can also cause trouble if we add a grid (with search disabled) inside another form.