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

Getting an error while adding new button #113

Closed vishalsinhadev closed 5 years ago

vishalsinhadev commented 5 years ago

ErrorException: call_user_func() expects parameter 1 to be a valid callback, no array or string given

public function configureButtons() { $this->addRowButton('subject', (new GenericButton())->setName('Subject')->setUrl('/subject/index')); }