多维表格
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.
 
 
 
 
 
 

1.2 KiB

title
Create record

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

A new record can be added by using the + New Record button in the bottom left corner of the grid view. Default behaviour of this button is to add a new empty record at the end of the grid view. Field values can be populated by clicking on the cell and entering the value.

:::info

  • An empty record can also be added by using + icon in the last row of the grid view.
  • When on last record, Enter key can be used to add a new empty record to the grid view. :::

image

New records can also be added by using a form. To add a new record using a form,

  1. Click on the up-arrow in + New Record button; this expands options for adding a new record.
  2. Select + New Record - Form option. This will reconfigure default behaviour of + New Record button to add a new record using a form.

image

:::info To revert back to default behaviour of + New Record button, click on the up-arrow in + New Record button and select + New Record - Grid option. :::