Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 382 Bytes

response-manipulator.md

File metadata and controls

17 lines (13 loc) · 382 Bytes
responseManipulator


The responseManipulator prop expects a function, that gets a single argument which is the response body from the dataset request.

This should return an array which is then used as the dataset.

Default implementation:

<AjaxTable
  responseManipulator={response => response}
/>