buildQuery($model); } protected function getColumns() { return [ Column::make('value')->title('Valeur'), $this->makeColumnButtons(), ]; } }