addColumn('no', 'no', ['orderBy' => 'sorter']); $this->addColumn('text', 'name', ['orderBy' => 'name']); $this->addColumn('text', 'fieldType', ['orderBy' => 'fieldType']); $this->addColumn('text', 'label', ['orderBy' => 'label']); $this->addColumn('link_enum', 'system', ['orderBy' => 'system', 'title' => 'System']); $this->addColumn('link_enum', 'required', ['orderBy' => 'required', 'title' => 'Required']); $this->addColumn('options', 'options'); return $this; } }