- Source:
Methods
getColumnControl(columnIndex, parent) → {ColumnControl}
Implementation of HTMLTableWrapperListener~getColumnControl. See the callback's documentation for further details.
Parameters:
Name | Type | Description |
---|---|---|
columnIndex |
number | Column index for which a ColumnControl is needed. |
parent |
HTMLTableWrapperListener | The HTMLTableWrapperListener requesting a control. |
- Source:
Returns:
A ColumnControl if a client-defined control is needed for the given columnIndex
, otherwise Nothing.
- Type
- ColumnControl