getNeighborPrice(null, App_ECommerce_ShippingPrice_Admin_Obj::PREVIOUS_DIRECTION); $this->addColumn('no', 'no'); $this->addColumn( 'text', 'startQuantity', ['title' => 'Start Quantity', 'orderBy' => 'startQuantity'] ); $this->addColumn( 'text', 'endQuantity', ['title' => 'End Quantity', 'orderBy' => 'endQuantity'] ); $this->addColumn('money', 'price', ['orderBy' => 'price']); $this->addColumn('options', 'options', ['attribs' => ['data-last-price-id' => $lastPrice['id']]]); return $this; } }