Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 431 Bytes

how-make-simple-statistic.md

File metadata and controls

14 lines (10 loc) · 431 Bytes

How To Make A Simple Statistic At Top Of Grid Data

This simple statistic will shown at top of grid data

$this->index_statistic = array();
$this->index_statistic[] = ['label'=>'Total Data','count'=>DB::table('products')->count(),'icon'=>'fa fa-check','color'=>'success'];

What's Next

Table Of Contents