Ublaboo\DataGrid\Column\ItemDetail::__construct PHP Method

__construct() public method

public __construct ( DataGrid $grid, string $primary_where_column )
$grid Ublaboo\DataGrid\DataGrid
$primary_where_column string
    public function __construct(DataGrid $grid, $primary_where_column)
    {
        $this->grid = $grid;
        $this->primary_where_column = $primary_where_column;
        $this->title = 'ublaboo_datagrid.show';
        $this->class = 'btn btn-xs btn-default ajax';
        $this->icon = 'eye';
    }