Jet\UI_dataGrid_body

This subelement of the UI_dataGrid element represents the body of the grid - the data dump itself.

Inherited from Jet\UI_Renderer_Single

Overview of methods

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