Skip to content

Commit 4e034cc

Browse files
committed
docs: fs
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
1 parent 29a28d8 commit 4e034cc

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: 'Full Screen'
3+
description: 'Learn how to use the Full Screen mode in NocoDB for an enhanced data viewing experience.'
4+
tags: ['Table operations', 'Full Screen', 'Grid view']
5+
keywords: ['table operations', 'full screen', 'grid view', 'enhanced view']
6+
---
7+
8+
The **Fullscreen Mode** button, available in the toolbar, allows you to expand any view area to occupy the entire screen. This helps you focus on your data by hiding navigation menus and other interface elements.
9+
10+
### Enable Fullscreen Mode
11+
To enable fullscreen, click the **Enter Fullscreen** button on the toolbar.
12+
13+
![image](/img/v2/table-operations/full-screen-1.png)
14+
15+
Once activated, the grid view will stretch to cover the entire workspace area.
16+
17+
### Exit Fullscreen Mode
18+
To exit fullscreen, click the **Exit Fullscreen** button that appears in the same position.
19+
20+
![image](/img/v2/table-operations/full-screen-2.png)
21+
22+
This feature is especially useful when working with large datasets, as it maximizes screen space for better visibility and navigation.
23+

content/docs/table-operations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The toolbar provides a set of tools to interact with the data in the table. The
1616
- [GroupBy](/docs/product-docs/table-operations/group-by)
1717
- [Row height](/docs/product-docs/table-operations/row-height)
1818
- [Quick Search](/docs/product-docs/table-operations/search)
19+
- [Full Screen](/docs/product-docs/table-operations/full-screen)
1920
- [Download](/docs/product-docs/table-operations/download)
2021

2122
For a visual guide on how to use the toolbar and its features, check out this video:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Table operations",
3-
"pages": ["field-operations", "filter", "sort", "group-by", "record-colouring","row-height", "search", "download"],
3+
"pages": ["field-operations", "filter", "sort", "group-by", "record-colouring","row-height", "full-screen","search", "download"],
44
"icon": "sliders"
55
}
112 KB
Loading
517 KB
Loading

0 commit comments

Comments
 (0)