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.
2.5 KiB
2.5 KiB
title |
---|
Actions on base |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Base context menu
Base context menu provides access to some of quick actions you can perform on a base. You can access base context menu by clicking on the ellipses ...
next to base name on the left sidebar.
Rename base
You can rename a base by following simple steps below:
- Open
base context menu
by clicking on the ellipses...
next to base name` on the left sidebar. - From the dropdown, select
Rename
option. - Fill in the new name of the base inline, press
Enter
to save the new name.
Star (bookmark) a base
You can star a base by following simple steps below:
- Open
base context menu
by clicking on the ellipses...
next to base name` on the left sidebar. - From the dropdown, select
Add to Starred
option. - Base will be added to
Starred
section on the left sidebar.
:::info
Starred base will appear in both Starred
section and All Bases
section on the left sidebar.
:::
Remove a base from starred list
- Open
base context menu
by clicking on the ellipses...
next to base name` on the left sidebar. - From the dropdown, select
Remove from Starred
option. - Base will be removed from
Starred
section on the left sidebar.
Duplicate base
You can duplicate a base by following simple steps below:
- Open
base context menu
by clicking on the ellipses...
next to base name` on the left sidebar. - From the dropdown, select
Duplicate
option. - Optional configurations
a)Include data
: You can choose to duplicate the base with or without data.
b)Include views
: You can choose to duplicate the base with or without views. - Click on
Confirm
button on the confirmation modal. - New base will be created with the same schema and data/view as in the original base, based on configurations as specified in step (3).
:::info
- Duplicate base will be created in the same workspace as the original base
- Duplicate base will carry suffix
Copy
in its name. - You will be marked as
base owner
on duplication of the base. - Existing base collaborators are not migrated to the duplicated base. :::