# createNestedTableSingleEntityLevels

**Category:** Base Components/Collections/NestedTable

## API

### Overview

A helper function to create multiple nested table levels out of the same configurations for a single entity type.

It's the same as [createNestedTableLevel](./?path=/story/base-components-collections-nestedtable--createnestedtablelevel) for cases where all levels are of the same entity type.


### Props

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `count` | `number` | Yes | - | Number of levels to create |
| `config` | `Omit<NestedTableLevelDescriptor<C, T, F>, "depth">` | No | - | Configuration for all levels |

