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

22 lines
672 B

---
title: 'Create view'
description: 'Learn how to create a new view in NocoDB.'
tags: ['Views', 'Create', 'Grid view', 'Form view', 'Kanban view', 'Gallery view']
keywords: ['NocoDB view', 'create view']
---
## Create new view
6 months ago
1. Click on `+ New View` button below `table name`.
2. Select view type from the dropdown modal.
3. Fill view name in the pop-up modal.
- For Kanban view, select the `Single select` field to be used as the Kanban field.
- For Calendar view, select the `Date` OR `DateTime` field to be used as the Calendar field.
4. Click on `Create View` button.
![image](/img/v2/views/create-view-1.png)
![image](/img/v2/views/create-view-2.png)
6 months ago