Skip to content

Commit 206cc21

Browse files
authored
extending docs
Signed-off-by: Manuel <[email protected]>
1 parent bb1f010 commit 206cc21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ If you have classes with a lot of columns and you filter them often with the sam
338338

339339
### Persistent Filters
340340

341-
The `classPreference` setting allows for data browser filters to be saved across sessions. To save the current filters, navigate to *App Settings > Export Class Preferences*.
341+
The filters you save in the data browser of Parse Dashboard are only available for the current dashboard user in the current browser session. To make filters permanently available for all dashboard users of an app, you can define filters in the `classPreference` setting.
342342

343343
For example:
344344

@@ -360,6 +360,8 @@ For example:
360360
}]
361361
```
362362

363+
You can conveniently create a filter definition without having to write it by hand by first saving a filter in the data browser, then exporting the filter definition under *App Settings > Export Class Preferences*.
364+
363365
# Running as Express Middleware
364366

365367
Instead of starting Parse Dashboard with the CLI, you can also run it as an [express](https://github.com/expressjs/express) middleware.

0 commit comments

Comments
 (0)