render(id,data,type)
Type: Method
File:
Implemented in:
dhx.RenderStack
Included in:
dhx.ui.dataview
,
dhx.ui.grid
,
dhx.ui.grouplist
,
dhx.ui.list
,
dhx.ui.pagelist
,
dhx.ui.unitlist
renders a current state of an item or the whole component
Parameters
id - item id (optional)
string,dimension
data - hash of data for rendered item (optional)
object
type - type of operation:update, add or other (optional)
string
Returns
method doesn't return any data