This documentation is for manual add column only instead by using Module Generator.
Open file controller that you want to add column at app/Http/Controllers/AdminModuleController.php
$this->col[] = ['label'=>'Title','name'=>'title'];
Attribute | Description |
---|---|
label | label of column |
name | name for field name |