Grocerycrud Enterprise version 2.3.1., updated to 2.3.3
Even though the table contains the field event_url, following code
will result in an error: Undefined index: event_url
When 'event_url' is added to columns the callbackColumn function works?!
In the documentation $row value's are used without being listed as a column.
And with this remark in the callbackColumn documentation:
"2. The whole row as an object. In simple words you have access to any of the data at this row in case you need to combine other parameters at the same row."
I assumed that I can access all fields in the table row even the ones that are not listed?
How can I create a column with links without having/displaying the url column in the view?
Thanks in advance.