Skip to content

Function: buildDataQuery()

buildDataQuery(params): DataQuery

Defined in: src/data/build-data-query.ts:16

Builds a DataQuery object from the grid’s current state. Only includes fields that have values — omits undefined fields so the server can distinguish “no sort” from “sort by nothing”.

Parameters

params

BuildDataQueryParams

Returns

DataQuery