Method | Description | |
---|---|---|
renderCellContent ( |
Renders the cell content. | |
renderFooter ( ) : string | Renders the footer. | |
renderHeader ( ) : string | Renders the header. |
Method | Description | |
---|---|---|
internalRender ( ) : mixed | ||
prepareRowOptions ( integer $index, yii\db\ActiveRecordInterface | array $item ) : array | Prepares the row options. | |
prepareTemplate ( ) : string | Returns template for using in js. | |
renderBody ( ) : string | Renders the body. |
Method | Description | |
---|---|---|
getActionButton ( $index ) | ||
hasHeader ( ) : boolean | Check that at least one column has a header. | |
renderActionColumn ( null | integer $index = null ) : string | Renders the action column. | |
renderAddButton ( ) | ||
renderHeaderCell ( |
Renders the header cell. | |
renderRemoveButton ( ) : string | Renders remove button. | |
renderRowContent ( integer $index = null, yii\db\ActiveRecordInterface | array $item = null ) : mixed | Renders the row content. |
protected prepareTemplate ( ) : string | ||
return | string |