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');