Type alias: GetResponseHandler

type GetResponseHandler: (response) => Promise<GridState>;

Description

Callback type to change the Responseopen in new window object before it is handled by the data grid from the built-in server side storage service. This is useful when you need to map the servers response data back to GridState.

Parameters

ParameterType
responseResponseopen in new window

Returns

Promiseopen in new window<GridState>