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