array ( 'width' => '15%', 'label' => 'LBL_NAME', 'link' => true, 'default' => true, 'bold' => true, ), 'DOCUMENT_NO' => array ( 'width' => '15%', 'label' => 'LBL_DOCUMENT_NO', 'link' => true, 'default' => true, 'bold' => true, ), 'AMOUNT' => array ( 'width' => '15%', 'label' => 'LBL_AMOUNT', 'link' => false, 'default' => true, 'bold' => true, ), 'PARENT_NAME' => array ( 'width' => '15%', 'label' => 'LBL_PARENT_NAME', 'link' => true, 'default' => true, 'bold' => true, ), 'DESCRIPTION' => array ( 'width' => '15%', 'label' => 'LBL_DESCRIPTION', 'link' => false, 'default' => true, 'bold' => true, ), 'MODIFIED_USER_ID' => array ( // 'width' => '10%', 'label' => 'LBL_MODIFIED_USER', // 'module' => 'Users', // 'link' => true, 'default' => true, // 'bold' => true, // 'customCode' => 'sadadsas', ), 'MODIFIED_USER_FULLNAME' => array ( // 'width' => '10%', 'label' => 'LBL_MODIFIED_USER', // 'module' => 'Users', // 'link' => true, 'default' => false, // 'bold' => true, // 'customCode' => 'sadadsas', ) ); ?>