Type alias: ResponseHandler
type ResponseHandler: (response) => Promise<PageData>;
Description
Callback type to change the Response object before it is handled by the data grid from the built-in server side data service. This is useful when you need to map the servers response data back to PageData.
See
Parameters
| Parameter | Type |
|---|---|
response | Response |