Type alias: GetResponseHandler
type GetResponseHandler: (response) => Promise<GridState>;
Description
Callback type to change the Response 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
Parameter | Type |
---|---|
response | Response |