Add new field to cdbt-view
-
Hello:
I have a table TABLE1 which have some fields, one of them is called ‘ID’ and it is a integer value. This value can be used to take a description from another table.
When I use cdbt-edit or cdbt-view with table TABLE1 the ID field is displayed. But it says nothing to the user, as he/she would want to see the description. I have tried to manipulate the ‘customColumnRenderer’ field (cdbt_shortcode_custom_columns) to insert another value before visualization, I have also tried to add another row to the $columns array, and it is visualized, but ‘undefined’ appears as value although I have inserted it via ‘customColumnRenderer’.
So, the question is. Is there any way to change that visualization data from the table in the cdbt-view or cdbt-edit views?
Thanks.
- The topic ‘Add new field to cdbt-view’ is closed to new replies.