setColumnInputTable()
setColumnInputTable(
input,table,filter?):void
Defined in: js-api/ui.ts:1000
Set the table specifically for the column input
Parameters
| Parameter | Type |
|---|---|
input | InputBase |
table | DataFrame |
filter? | (column) => boolean |
Returns
void