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