PHP Class TbJsonButtonColumn

Inheritance: extends TbButtonColumn
Show file Open project: yinhe/yincart

Public Methods

Method Description
renderDataCell ( integer $row ) : array | void Renders|returns the data cell
renderHeaderCell ( ) Renders|returns the header cell.

Protected Methods

Method Description
initDefaultButtons ( ) Initializes the default buttons (view, update and delete).

Method Details

initDefaultButtons() protected method

Initializes the default buttons (view, update and delete).
protected initDefaultButtons ( )

renderDataCell() public method

Renders|returns the data cell
public renderDataCell ( integer $row ) : array | void
$row integer
return array | void

renderHeaderCell() public method

Renders|returns the header cell.
public renderHeaderCell ( )