SetHiddenTables
- 1 Minute to read
- Print
- DarkLight
- PDF
SetHiddenTables
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Hides a specified set of tables within a project
Key | Value(s) | Description |
---|---|---|
method | "SetHiddenTables" | |
project | "CurrentProjectName" | |
tables [] | [ "TableToHide1", "TableToHide2", "TableToHide3", ] | List of tables to hide. To make all tables visible, call SetHiddenTables with a blank table list. |
{
"method": "SetHiddenTables",
"project": "RegressionDB",
"tables": [
"SplitAge",
"product-info",
"branch"
]
}
Was this article helpful?