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}
/>