Get the header colgroup element
Returns Element
Get the Freeze pane movable content table data row elements
Returns Element[]
Get the Movable Row collection in the Freeze pane Grid.
Returns Row[] | HTMLCollectionOf
Get the content div element of grid
Returns Element
Get the content table data row elements
Returns Element[]
Get the content table element of grid
Returns Element
Refresh the content of the Grid.
Parameter | Type | Description |
---|---|---|
args (optional) | NotifyArgs |
specifies the args |
Returns void
The function is used to render grid content div
Returns void
Set the header colgroup element
Parameter | Type | Description |
---|---|---|
colGroup | Element |
specifies the colgroup |
Returns Element
Set the content div element of grid
Parameter | Type | Description |
---|---|---|
panel | Element |
specifies the panel |
Returns void
Get the content table data row elements
Parameter | Type | Description |
---|---|---|
elements | Element[] |
specifies the elements |
Returns void
Set the content table element of grid
Parameter | Type | Description |
---|---|---|
table | Element |
specifies the table |
Returns void