spotty-amberS
Refine4y ago
3 replies
spotty-amber

Display list of data from API response that has a different format.

I am trying to display a list of data from API response with a response value as below:
{
  count: 1000,
  data: [
    // list of data
  ]
}

I get back response as above and now want to display them in antd Table component with pagination as total count to be count value from response.
Was this page helpful?