--- 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](/views/view-types/grid) 2. [Form View](/views/view-types/form) 3. [Gallery View](/views/view-types/gallery) 4. [Kanban View](/views/view-types/kanban) 5. [Calendar View](/views/view-types/calendar)