jQuery/JS Common Types - data - custom-store - LoadResultObject
An additional type for LoadResult.
import { LoadResultObject } from "devextreme/common/data/custom-store"
Type:
Includes the following fields:
data
Contains an array of items or GroupItems.totalCount
summary
groupCount
summary
A summary array that contains the resulting values in the same order as the summary definitions.
Type:
Array<any>
Feedback