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.
31 lines
912 B
31 lines
912 B
1 year ago
|
---
|
||
|
title: 'Row Height'
|
||
|
---
|
||
|
import Tabs from '@theme/Tabs';
|
||
|
import TabItem from '@theme/TabItem';
|
||
|
|
||
|
NocoDB offers users the flexibility to adjust the display height of records within the spreadsheet grid to four distinct levels: Short (the default setting), Medium, Tall, and Extra. This feature proves valuable when working with extensive text columns and multi-select fields, as it enables users to present a greater amount of content within each cell.
|
||
|
|
||
|
![Row height](https://github.com/nocodb/nocodb/assets/86527202/6f49e7b4-a3de-4325-a11e-3ffc670ddd2e)
|
||
|
|
||
|
|
||
|
### Short
|
||
|
![Short](/img/v2/toolbar/short.png)
|
||
|
|
||
|
### Medium
|
||
|
![Medium](/img/v2/toolbar/medium.png)
|
||
|
|
||
|
### Tall
|
||
|
![Tall](/img/v2/toolbar/tall.png)
|
||
|
|
||
|
### Extra
|
||
|
![Extra](/img/v2/toolbar/extra.png)
|
||
|
|
||
|
### Related topics
|
||
|
- [Field operations](field-operations)
|
||
|
- [Filter](filter)
|
||
|
- [Sort](sort)
|
||
|
- [GroupBy](group-by)
|
||
|
- [Quick Search](search)
|
||
|
- [Download](download)
|