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