columnsInput()
columnsInput(
name
,table
,onValueChanged
,options
?):InputBase
<Column
[]>
Parameters
Parameter | Type |
---|---|
name | string |
table | DataFrame |
onValueChanged | (columns ) => void |
options ? | object |
options.available ? | string [] |
options.checked ? | string [] |
Returns
Deprecated
The method will be removed soon. Use input.columns instead