columns = $columns; $this->rows = $rows; $this->filters = $filters; $this->sort = $sort; $this->pagination = $pagination; $this->query = $query; $this->perPageOptions = $perPageOptions; $this->sortableColumns = $sortableColumns; $this->basePath = $basePath; $this->emptyMessage = $emptyMessage; $this->createUrl = $createUrl; $this->createLabel = $createLabel; $this->customScriptView = $customScriptView; } } ?>