Thank you for reading, I hope you can help, my goal is to change a column to a url.
I have two tables, batch and fginventory, I have a filename in the coafile column eg coa1234.pdf inside the batch table.
batch:
batch_id
name
coafile
fginventory
name
coafile_fk
fginventory has a relationship :
$crud->setTable('fginventory');
$crud->setRelation('coafile_fk','batch','coafile');
I am getting the index key back, not the file file name.
To add, if i remove the callbackColumn the filename displays but without a URL link