columns
void columns(array $columns)
Quick Description: The displayed columns that user see
The displayed columns that are visible to the end user at the datagrid
For example:
$crud->columns(['customerName','phone','addressLine1','creditLimit']);