Search results

VirtualTreeContentRenderer API in Angular TreeGrid API component

Methods

getColGroup

Get the header colgroup element

Returns Element

getPanel

Get the content div element of grid

Returns Element

getRowElements

Get the content table data row elements

Returns Element[]

getTable

Get the content table element of grid

Returns Element

refreshContentRows

Refresh the content of the Grid.

Parameter Type Description
args (optional) NotifyArgs specifies the args

Returns void

renderPanel

The function is used to render grid content div

Returns void

setColGroup

Set the header colgroup element

Parameter Type Description
colGroup Element specifies the colgroup

Returns Element

setPanel

Set the content div element of grid

Parameter Type Description
panel Element specifies the panel

Returns void

setRowElements

Get the content table data row elements

Parameter Type Description
elements Element[] specifies the elements

Returns void

setTable

Set the content table element of grid

Parameter Type Description
table Element specifies the table

Returns void