renders the specified item or the whole component
id | id | the item id |
data | object | the object with data for the rendered item |
type | string | the type of the operation: 'update', 'add', 'delete', 'move' |
$$('view').render();
When no parameters are specified, the method renders the whole view.
Types of the operation: