src/core/smart-data-source/query-result.ts
The query result returned by a SmartDataSoruce fetch call.
GridDataResult
Properties |
data |
Type : any[]
|
The retrieved data |
total |
Type : number
|
The total number of records (i.e. the server-side count). |