Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 574 Bytes

how-to-add-column.md

File metadata and controls

19 lines (16 loc) · 574 Bytes

How To Add Column At Grid Data

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

Code Example

$this->col[] = ['label'=>'Title','name'=>'title'];

Legend

Attribute Description
label label of column
name name for field name

What's Next

Table Of Contents