Hi there
it would be beautifull to customize columns of the csv report.
I know is already possible by
$this-grocery_crud->columns();
But i would like to show certain columns in html view and others (different) in csv file.
It would be nice to have a method like
$this-grocery_crud->csvcolumns();
is that possibile?
If yes is it possibile to make a join only for csv and not for html columns?
thanks so much
Regards