Skip to content

Key Concepts

  1. Grid <revo-grid />: The grid (or data grid) is the main component that displays data in a tabular format. It consists of rows and columns, where each intersection represents a cell.
  2. Columns: Columns define the structure of the data grid. Each column typically represents a specific data field and has properties such as header name, data type, and custom renderers.
  3. Rows: Rows represent the individual records of data within the grid. Each row is an object containing data fields that correspond to the columns.
  4. Cells: Cells are the individual units of the grid where a row and column intersect. Each cell displays a specific data value.
  5. Data Model: The data model is a schema that defines the structure of the data to be displayed in the grid, including the fields and their types.
  6. Viewports: Viewports are the main sections of the grid that display data. They are responsible for displaying the data in the grid based on the current scroll position.

Grid Structure

Revogrid is a powerful data grid library made by Revolist OU.