cpr.data.DataSetConfigInfo

Hierarchy

Index

Properties
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.

Properties

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