---
description: 'A Cell component.'
labels: ['datatable', 'react', 'ui']
---

import { Cell } from './cell';
import { defaultProps } from './demo-props';

## Cell component for datatable

Handles all cell rendering

### Component usage

```js
<Cell {...defaultProps} />
```

### Live Preview

Modify the text to see it change live:

```js live
<Cell {...defaultProps} />
```
