Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

283
Views
How to access into Google DataTable class to retrieve as Javascript array for ag-grid datatable

Here I have my fetch function to retrieve data to put into an ag-grid datatable. The data are from Google Visualization API The problem here is that the Google API returns a constrained syntax like the picture on the right side. How can I retrieve this data to reassemble them in the structure as the picture on the left side to reuse it in ag-grid datatable? enter image description hereenter image description here

json.table.rows.forEach((row)=>{
     console.log(row);
     row.c.forEach((cell)=> {
           const container1 =[cell].v;
           console.log(typeof container1);
         gridOptions.api.setRowData(container1); 
         
     })  
  });
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!