array( 'label' => __( 'Type'), 'default' => '', 'column_label' => 'Type' , 'field_type' => 'setInBodyCategorySelect', 'field_config' => array( 'category'=>'cat15_cases_type', ), 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 5 , ), 'case_status'=>array( 'label' => __( 'Status'), 'default' => '', 'data_type' => 'select' , //'options' => array('-None-','New','Assigned','Closed','Pending Input','Rejected','Duplicate'), 'column_label' => 'Status' , 'field_type' => 'setInBodyCategorySelect', 'field_config' => array( 'category'=>'cat15_cases_status', ), 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 5 , ), );