Moves the specified columns from one table to another.
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
|
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
|
Type | Description |
ConfigurationColumn[] | Returns an array of the columns created due to the move. |
Name | Type | Description |
columns | ConfigurationColumn[] | An array of the columns within the top table you want to move. |
targetTable | ConfigurationCustomThemeTable | The table you want to move the columns to. The target must be a custom theme table. |