Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > SQL element functions > SQL table properties > Change properties

jr_hide_table_column(string tableName, string columnName)

Scroll Prev Top Next More

This function hides individual SQL table columns.

Parameter

Type

Description

tableName

string

SQL table name

columnName

string

Column name

Please note: When updating the SQL table via jr_sql_refresh the visibility of all columns will be activated again.

Please note: This function can be used if the option Use old structure was selected in the dialog element settings.

Example:

// Displays the column First name of the SQL table Employees 

jr_hide_table_column('Employees', 'First name');