Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

Custom Callback in Admin Columns for Radio Field type #2659

Closed daandegroot123 closed 1 year ago

daandegroot123 commented 3 years ago

When you use the Radio field type on a CPT's meta field, it is currently not possible to create a human-readable value to show within the admin column. There are Custom Callbacks for Select, Switcher en Checkbox but no option for Radio. The functionality is basically the same as for the other callbacks.

image

I have no good examples or anything but the image above shows my Admin Column displaying the value instead of the human-readable labels of the options (Prijs is op aanvraag).

mateitudor commented 1 year ago

It's almost 2023...

kaskad88 commented 1 year ago

You can use the jet_engine_custom_cb_render_select callback for radio field.