hi crud masters
$crud->unset_columns('empNumber');
i have a table which is related to another table for the faculty lists
I would like to not show the faculty column in the output / data grid view.
though i have already used the crud unset function it and and hidden as well the field in the callback function but doesn't seem to work out.
please help