# XWUIPropertiesGrid

Dynamic user-defined fields editor (Odoo task properties). Supports text / number / date / checkbox / select / person / tags / url / email types.

## Basic Usage

Two text/number fields, single column.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two text/number fields, single column.
```

## Two Columns

Four field types in a 2-column editable grid.

```example
file: examples/TwoColumns.ts
html: examples/TwoColumns.html
title: Two Columns
description: Four field types in a 2-column editable grid.
```

## Read Only

Compact summary for a record header.

```example
file: examples/ReadOnly.ts
html: examples/ReadOnly.html
title: Read Only
description: Compact summary for a record header.
```

```api
```
