Closed cod3rshotout closed 2 years ago
So I'm trying to display the excel button:
$this->permissions('posts_crud') ->locale([ 'deleteConfirm' => __('boilerplate::posts.list.confirmdelete'), 'deleteSuccess' => __('boilerplate::posts.list.deletesuccess'), ])->order('created_at', 'desc') ->stateSave() ->buttons(['excel']);
but for some reason it doesn't show, the same for the filters button. Is this a bug or I did something wrong?
So I'm trying to display the excel button:
but for some reason it doesn't show, the same for the filters button. Is this a bug or I did something wrong?