Appearance
app.setColumnFilters(boolean)
Enables or disables the column filtering feature.
Scope: TABLE
Parameters
| Parameter | Type | Description |
|---|---|---|
| set | boolean | Enable or disable the column filtering feature. |
Return Value
None
✨ Example
js
if (app.getUsername() === "anonymous") {
app.setColumnFilters(false)
}Notes
Please be aware that the server will block any rights that surpass the app's configured limitations, even though permissions can be dynamically granted or revoked.
