View_CRUD::configureDel PHP Method

configureDel() protected method

Configures deleting functionality for grid.
protected configureDel ( )
    protected function configureDel()
    {
        $this->grid->addColumn('delete', 'delete', array('icon' => 'trash', 'descr' => 'Delete'));
    }