Browse Source

docs : views overview

pull/6467/head
Naveen MR 1 year ago
parent
commit
b437a4eb20
  1. 9
      packages/noco-docs/docs/080.views/010.views-overview.md

9
packages/noco-docs/docs/080.views/010.views-overview.md

@ -1,15 +1,20 @@
---
title: 'View Overview'
description: 'Understanding Views in NocoDB!'
keywords: ['NocoDB view', 'view administration', 'view organization']
---
`Views` in NocoDB offer versatile ways to showcase and interact with your data. NocoDB provides multiple view types to cater to different needs, enabling you to independently sort and filter records within each view. Each view maintains its unique meta configurations for filter, data & enabled fields, ensuring changes in one view won't impact others.
Views within NocoDB not only allow you to tailor the visual presentation to your liking but also provide independent
control over sorting and filtering of records within each view. Each view maintains its unique configuration for
filters, data display, and enabled fields, ensuring that modifications of these configuration does not impact any other view.
This feature empowers users to efficiently personalize their data visualization while
maintaining the integrity of other views.
:::info
View represents data from a table. Any updates to records in a view will be reflected in all other views of the same table.
:::
## View Types
## View Types Supported
1. [Grid View](view-types/grid)
2. [Form View](view-types/form)

Loading…
Cancel
Save