PHP Class yiister\gentelella\widgets\grid\GridView

Inheritance: extends yii\grid\GridView
Show file Open project: yiister/yii2-gentelella

Public Properties

Property Type Description
$bordered whether to border grid cells
$condensed whether to condense the grid
$dataColumnClass
$hover whether to add a hover for grid rows
$striped whether to stripe the grid
$tableOptions

Public Methods

Method Description
init ( )
renderPager ( )
run ( )

Method Details

init() public method

public init ( )

renderPager() public method

public renderPager ( )

run() public method

public run ( )

Property Details

$bordered public property

whether to border grid cells
public $bordered

$condensed public property

whether to condense the grid
public $condensed

$dataColumnClass public property

public $dataColumnClass

$hover public property

whether to add a hover for grid rows
public $hover

$striped public property

whether to stripe the grid
public $striped

$tableOptions public property

public $tableOptions