mirror of https://github.com/nocodb/nocodb
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.
33 lines
1.3 KiB
33 lines
1.3 KiB
1 year ago
|
---
|
||
|
title: 'Expanded Form'
|
||
|
description: 'NocoDB provides Expanded Form to let you edit your data easily'
|
||
|
---
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
Expanded Form allows you to edit a row data in a form. It also shows the activity feed such as user comments or revision history. It can be also shared by others by copying the record URL.
|
||
|
|
||
|
![expanded record](https://github.com/nocodb/nocodb/assets/86527202/fbefba54-9b88-44ba-a3bf-8853d849e88f)
|
||
|
|
||
|
|
||
|
## Expanding a Record
|
||
|
|
||
|
In a grid view, we can hover a row record and a doulbe arrow will be shown. By clicking it, the expanded form will be opened.
|
||
|
|
||
|
![expand record icon](https://github.com/nocodb/nocodb/assets/86527202/7df9ceb3-b9cf-4891-9e88-ab074a07393f)
|
||
|
|
||
|
|
||
|
Alternatively, we can highlight a cell and press the space bar. The expanded form for the correpsonding row will be opened.
|
||
|
|
||
|
## Activity Feed
|
||
|
|
||
|
In an expanded form comment section, disable `Comments only` checkbox to show the activity feed.
|
||
|
|
||
|
![expand record activity feed](https://github.com/nocodb/nocodb/assets/86527202/8f7f0f70-2f27-444c-95e4-f359f34319a9)
|
||
|
|
||
|
|
||
|
## Copy Record URL
|
||
|
|
||
|
In an expanded form, we can click `Copy Record URL` to share the record form to other authorized users.
|
||
|
|
||
|
![expand record copy record url](https://github.com/nocodb/nocodb/assets/86527202/5ce70067-444b-4caf-b491-3566a4c091ea)
|