# XWUIHierarchicalGrid

Master-detail grid with multiple independent child bands, lazy loading and per-band sort/filter/paging.

## BasicUsage

Default orders/lines master-detail.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default orders/lines master-detail.
```

## Expanded

Open the first order band.

```example
file: examples/Expanded.ts
html: examples/Expanded.html
title: Expanded
description: Open the first order band.
```

## PageSize

Five rows per band page.

```example
file: examples/PageSize.ts
html: examples/PageSize.html
title: PageSize
description: Five rows per band page.
```

## SelectRow

Select a line from the class API.

```example
file: examples/SelectRow.ts
html: examples/SelectRow.html
title: SelectRow
description: Select a line from the class API.
```

```api
```
