getNeighborPrice(null, App_ECommerce_ShippingPrice_Admin_Obj::PREVIOUS_DIRECTION); $this->addColumn('no', 'no'); $this->addColumn( 'money', 'startPrice', array('title' => 'Start Price', 'orderBy' => 'startPrice') ); $this->addColumn( 'money', 'endPrice', array('title' => 'End Price', 'orderBy' => 'endPrice') ); $this->addColumn('money', 'price', array('title' => 'Shipping Price', 'orderBy' => 'price')); $this->addColumn('money', 'orderPercent', array( 'title' => 'Order cost %', 'orderBy' => 'orderPercent', 'prefix' => ' ')); $this->addColumn('options', 'options', array('attribs' => array('dataLastPriceId' => $lastPrice['id']))); return $this; } }