In case you've missed it, you are looking at an older version of the website. Checkout our latest version, we promise you will love it 😍

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']);