I have code like this
$crud->columns('a','b','c','d');
$crud->unset_add();
$crud->unset_edit();
$crud->unset_delete();
Now a,b,c,d s are showing in grid. But total 20 field in table. So it is not possible to show all field in grid.How can i show all data in grocery crud?