GridTemplate Interface [PHP]

Summary

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

Methods Detail

RenderTop

function Render(GridRow $row)

Rendering template html.

Show/Hide Code

Supported from version: 1.5.4.0

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