私は持っていproduct id
ます。productid
カスタム モジュールのデータベース フィールド名
カスタムモジュールのリストビューに製品名を表示したい。
これが私のコードです:
protected function _prepareColumns() {
$this->addColumn('productid', array(
'header' => Mage::helper('productpdf')->__('productid'),
'align' => 'center',
'index' => 'productid',
));
}