> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-data-grid

> Web component msm-data-grid.

`msm-data-grid` is a web component built with Lit.

## Purpose

Render data/table/grid UI.

## Usage

```html theme={null}
<msm-data-grid></msm-data-grid>
```

## Attributes / properties

| Name         | Type     | Default | Notes         |
| ------------ | -------- | ------- | ------------- |
| `grid`       | object   | -       |               |
| `columns`    | array    | -       |               |
| `dataSource` | Function | -       | property only |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
