Search results

FreezeRender API in React Grid API component

Methods

getColGroup

Get the header colgroup element

Returns Element

getPanel

Get the header content div element of grid

Returns Element

getRows

Get the header row element collection.

Returns Row[] | HTMLCollectionOf

getTable

Get the header table element of grid

Returns Element

setColGroup

Set the header colgroup element

Parameter Type Description
colGroup Element specifies the colgroup

Returns Element

setPanel

Set the header content div element of grid

Parameter Type Description
panel Element specifies the panel element

Returns void

setTable

Set the header table element of grid

Parameter Type Description
table Element specifies the table element

Returns void

setVisible

Function to hide header table column based on visible property

Parameter Type Description
columns (optional) Column[] specifies the column

Returns void