enable_column
enable_column function has 1 variant:
Description
Enables the data block's column specified with
blockAndItemNameparameter.blockAndItemNameshould have the following format:block name + '.' + item name
Declaration
void enable_column(char blockAndItemName);Parameters
char blockAndItemName
Return Value
Example
enable_column('deps.dep_name');Last updated
Was this helpful?