GridTemplate Interface [PHP]

Summary

Methods Description
GetData Getting data from template.
Render Rendering template html.

Methods Detail

GetDataTop

function GetData(GridRow $row)

Getting data from template. The return of the function must be an associate arrays containing new data.

Show/Hide Code

Supported from version: 1.5.4.0

RenderTop

function Render(GridRow $row)

Rendering template html.

Show/Hide Code

Supported from version: 1.5.4.0