Name | Type | Description |
---|---|---|
alterColumnLayout | String | Change column layout when updating data by build. |
columns | ColumnConfigInfo[] | Column setting information. |
filterCondition | String | Filtering conditions. |
info | String | The information value of the dataset. |
rows | RowConfigInfo[] | Row data. |
sortCondition | String | Sort condition. |
stateRestore | Boolean | Whether to restore the state value by value. |
type | String |
---|---|
Change column layout when updating data by build.
("client" or "server" or "merge")
|
type | ColumnConfigInfo[] |
---|---|
Column setting information.
|
declaring type | DataViewConfigInfo |
---|---|
type | String |
Filtering conditions.
|
type | String |
---|---|
The information value of the dataset.
|
type | RowConfigInfo[] |
---|---|
Row data.
|
declaring type | DataViewConfigInfo |
---|---|
type | String |
Sort condition.
|
type | Boolean |
---|---|
Whether to restore the state value by value.
|