Hello ,
I am new in grocery crud , i have use callbackColumn() for set value in "ContentItems" column but it is not working in grocery crud enterprise 2.7.5 version
$crud->callbackColumn('ContentItems', function ($value, $row) {
$questions = $this->eexam->get_topic_questions($row->id);
return $questions;
});
can you please help me what was wrong in this ?