Jet\UI_dataGrid_footer

This subelement of the UI_dataGrid element representing the footer of the grid.

Inherited from Jet\UI_Renderer_Single

Overview of methods

Method Meaning of
public __construct(
UI_dataGrid $grid
)
Parameters
  • $grid
    Grid to which the footer belongs
public getGrid(
) : UI_dataGrid
Returns the grid to which the footer belongs.
public setPrepend(
string $prepend
) : static
It is possible to add any HTML code that will be displayed before the start of the grid footer 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 footer listing and thus add the necessary controls.
public getAppend(
) : string
See method setAppend.
Previous chapter
Jet\UI_dataGrid_body
Next chapter
Jet\UI_messages