Table: Keep expanded rows persistent when data changes if it has unique ID (#80031)

This commit is contained in:
Andrej Ocenas
2024-01-23 14:14:57 +01:00
committed by GitHub
parent 3203f1cf39
commit 59595c7318
21 changed files with 278 additions and 92 deletions

View File

@ -97,14 +97,14 @@ title: TestDataDataQuery kind
### StreamingQuery
| Property | Type | Required | Default | Description |
|----------|---------|----------|---------|-------------------------------------------------|
| `noise` | integer | **Yes** | | |
| `speed` | integer | **Yes** | | |
| `spread` | integer | **Yes** | | |
| `type` | string | **Yes** | | Possible values are: `signal`, `logs`, `fetch`. |
| `bands` | integer | No | | |
| `url` | string | No | | |
| Property | Type | Required | Default | Description |
|----------|---------|----------|---------|-----------------------------------------------------------|
| `noise` | integer | **Yes** | | |
| `speed` | integer | **Yes** | | |
| `spread` | integer | **Yes** | | |
| `type` | string | **Yes** | | Possible values are: `signal`, `logs`, `fetch`, `traces`. |
| `bands` | integer | No | | |
| `url` | string | No | | |
### USAQuery