+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "Table"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## Table variable
### Table variable
Signature
```typescript
Table: ({ data, height, onCellClick, width }: Props) => JSX.Element
```
Import
```typescript
import { Table } from '@grafana/ui';
```