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.
17 lines
589 B
17 lines
589 B
1 year ago
|
---
|
||
|
title: 'Delete record'
|
||
|
---
|
||
|
import Tabs from '@theme/Tabs';
|
||
|
import TabItem from '@theme/TabItem';
|
||
|
|
||
|
### Delete Record (Single)
|
||
|
|
||
|
Right-click on the row and then from the cell context menu, select `Delete Row` option.
|
||
|
|
||
|
![delete row -1](https://github.com/nocodb/nocodb/assets/86527202/9eef834b-21cf-4828-90ec-3c2e86cd19db)
|
||
|
|
||
|
|
||
|
### Delete Record (Bulk)
|
||
|
|
||
|
Select multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu.
|
||
|
![delete row 2](https://github.com/nocodb/nocodb/assets/86527202/f83c702a-fa75-42a5-86eb-22ed85c0dec1)
|