多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
3.1 KiB

---
title: "Share view"
description: "Learn how to share a view publicly in NocoDB."
tags: ["Views", "Share", "Grid view", "Form view", "Kanban view", "Gallery view"]
keywords: ["NocoDB view", "share view", "share", "share view with password protection", "share view with download options"]
---
Sharing a specific view of a table becomes highly valuable when you need to collaborate with individuals outside your organization who need access to specific sections of your database. This shared view provides a read-only perspective, accessible to anyone, regardless of their workspace affiliation. You have control over which data fields and records are visible to these external viewers, ensuring that any sensitive data remains hidden. Furthermore, if you decide to make changes to the visible fields or records within the view, the shared link will promptly reflect these adjustments, updating in real-time.
## Generate Share View
1. Click `Share` button on the top right of the toolbar
2. Toggle `Enable public viewing` to create shared view link
3. Click `Copy` button to copy the link to clipboard
![share button](/img/v2/views/share-view/share-button.png)
![shared view](/img/v2/views/share-view/share-view-modal.png)
### Share view options
#### Password protection
You can enable `Restrict access with a password` if you want a password-protected view
![password protection](/img/v2/views/share-view/share-view-modal-2.png)
#### Download options
You can toggle `Allow Download` button to enable or disable download CSV/XLSX options in the shared view link
![download options](/img/v2/views/share-view/share-view-modal-3.png)
### Share Form View Options
Form view has additional customizations for shared view. You can enable/disable the following options for shared form view:
1. `Survey mode`: This option when enabled, will display the form in survey mode.
2. `RTL Orientation`: This option when enabled, will display the form in RTL orientation.
3. `Themes`: You can select a theme for the form from the dropdown.
![form view options](/img/v2/views/share-view/share-view-form.png)
## Access Share View
To access the shared view, please follow the steps below:
Click on the `Shared View URL`. If the URL is password-protected, you will be prompted to enter the password to unlock it. Please input the required password to proceed.
![password modal](/img/v2/views/share-view/share-view-password.png)
Once the password is successfully entered and authenticated, you will gain access to the shared view.
In the event that the URL is not password-protected, you will be directed to the shared view directly, without the need for a password.
![share-view](/img/v2/views/share-view/share-view.png)
Users with the shared view link can only view the data and cannot make any changes to the view or its content. Records and fields in the shared view will be updated in real-time as changes are made to the original view. Users accessing shared view can apply filters and sort records as per their requirements.
:::info
Note that, filters & sorts applied to shared view will not be persisted. These filters & sorts will be reset when the shared view is accessed again.
:::