Title: Column Type Select
Last modified: June 28, 2020

---

# Column Type Select

 *  Resolved [Colin Kells](https://wordpress.org/support/users/kellscolin2020/)
 * (@kellscolin2020)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/column-type-type-search/)
 * function pw_bulk_edit_custom_columns( $columns ) {
    $columns[] = array( ‘name’
   => ‘Fix or Percent’, ‘type’ => ‘select’, ‘table’ => ‘meta’, ‘field’ => ‘_pixel_cost_of_goods_cost_type’,‘
   visibility’ => ‘both’, ‘readonly’ => false, ‘sortable’ => ‘true’, ‘options_value_fix’
   => ‘Fix’, ‘options__value_percent’ => ‘Percent’, );
 * Using the above code I see the field “Fix or Percent” in WP Bulk Edit.
    All listings
   showing N/A. Click tab to edit. Title shows “Select Fix or Percent”. Click Dropdown
   box is empty and shows the message No Results Found.
 * If I change Type to shortselect or text I see the fields correctly, but they 
   are a text field showing the current setting.
    This can be edited and updated
   correctly.
 * So I need help with the options section of the above code, assuming that the
   
   type => select is a valid option.
 * Regards Colin
    -  This topic was modified 6 years, 1 month ago by [Colin Kells](https://wordpress.org/support/users/kellscolin2020/).
    -  This topic was modified 6 years, 1 month ago by [Colin Kells](https://wordpress.org/support/users/kellscolin2020/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [pimwick](https://wordpress.org/support/users/pimwick/)
 * (@pimwick)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/column-type-type-search/#post-13049769)
 * Since you are a Pro user and have contacted us directly, we will continue the
   help via email. WordPress.org doesn’t allow supporting Pro plugins using their
   forums so I am marking this thread as resolved.
 * Thanks for understanding!

Viewing 1 replies (of 1 total)

The topic ‘Column Type Select’ is closed to new replies.

 * ![](https://ps.w.org/pw-bulk-edit/assets/icon-256x256.png?rev=1493564)
 * [PW WooCommerce Bulk Edit](https://wordpress.org/plugins/pw-bulk-edit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pw-bulk-edit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pw-bulk-edit/)
 * [Active Topics](https://wordpress.org/support/plugin/pw-bulk-edit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pw-bulk-edit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pw-bulk-edit/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [pimwick](https://wordpress.org/support/users/pimwick/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/column-type-type-search/#post-13049769)
 * Status: resolved