Jet\UI_dataGrid_header

This subelement of the UI_dataGrid element represents the grid header - i.e. the column headers.

Inherited from Jet\UI_Renderer_Single

Overview of methods

Method Meaning of
public __construct(
UI_dataGrid $grid
)
Parameters
  • $grid
    Grid to which the header belongs
public getGrid(
) : UI_dataGrid
Returns the grid to which the header belongs.
public setPrepend(
string $prepend
) : static
It is possible to add any HTML code that will be displayed before the start of the grid header output to complete the necessary controls.
public getPrepend(
) : string
See the setPrepend method.
public setAppend(
string $append
) : static
It is possible to add any HTML code that will be displayed after the end of the grid header listing and thus add the necessary controls.
public getAppend(
) : string
See the setAppend method.
Previous chapter
Jet\UI_dataGrid_column
Next chapter
Jet\UI_dataGrid_body