--- title: 'View overview' description: 'Understanding Views in NocoDB!' tags: ['Views', 'Overview'] keywords: ['NocoDB view', 'Overview'] --- 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 Supported 1. [Grid View](view-types/grid) 2. [Form View](view-types/form) 3. [Gallery View](view-types/gallery) 4. [Kanban View](view-types/kanban) 5. [Calendar View](view-types/calendar) ## View Permission Types We can apply permission to each View. By default, views are `Collaborative`. To see or change the view type, expand `view-tool-bar-menu` as shown below. ![locked view](/img/v2/views/locked-view.png) ### Collaborative Views (default) By default, views are set to "Collaborative," allowing members with edit permissions or higher to modify view configurations. In this mode, all members can read and write data to the view. This is the default mode for all views. ### Locked Views With "Locked Views," no one can edit the view configurations until they are unlocked. In this mode, all members are restricted to reading data from the view and are unable to make any changes to its settings or content. This mode is useful when you want to share a view with others but don't want them to make any changes to it.