Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / DataResp

Interface: DataResp

数据返回对象

Data response object

Extended by

Properties

aggs

aggs: object

聚合数据

Aggregated data

格式:

Format:

Index Signature

[columName: string]: any

Defined in

props/basicProps.ts:26


records

records: object[]

数据列表

Data list

Defined in

props/basicProps.ts:16


totalNumber

totalNumber: number

总数

Total number

Defined in

props/basicProps.ts:32