Posts by Fabio Moura • 1 point
2 posts
-
0
votes3
answers130
viewsA: Table with data array
I managed to solve. In the return {response: response.data} I added areastematicas.Docs, it was like this: return {response: response.data.areastematicas.docs}…
-
-2
votes3
answers130
viewsQ: Table with data array
Why the table only appears data if you set the position of the element in the array? import React from 'react' import Head from 'next/head' import { Table } from 'reactstrap' import axios from…