Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 560 Bytes

how-add-button-top-grid-data.md

File metadata and controls

14 lines (10 loc) · 560 Bytes

How To Add More Button At Top Of Grid Data

Some cases you need to add extra button at top of grid data. For example you need to add a custom print button. And you've created a method to print.

Open the module controller, and find $this->index_button .

$this->index_button[] = ['label'=>'Advanced Print','url'=>CRUDBooster::mainpath("print"),"icon"=>"fa fa-print"];

What's Next

Table Of Contents