buildQuery($model); } protected function getColumns() { return [ Column::make('name')->title('Nom'), Column::make('articles_count')->title('#Art')->addClass('text-right')->searchable(false)->width(60), $this->makeColumnButtons(), ]; } }