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

279
Views
duplicate node id 'undefined' detected from getRowNodeId callback in ag-grid react causing duplicate data?

The tables are custom generated depending on user input. It is built using ag-grid react.

The number of tables being displayed are mapped accoring to the user input. Im not sure if this is causing duplicate/repeated data to be entered in my tables. enter image description here

appCountArray is an array which stores the number of tables to be displayed. I need the data entered in different tables to have individual values.

enter code here{appCountArray.map((column) => (
        <AgGridReact getRowNodeId={getRowNodeId}
          {...column}
          key={column.field}
          className="ag-theme-alpine"
          rowData={arr1}
          columnDefs={dataMapp}
          frameworkComponents={{
            numericEditor: CellEditor
          }}
          defaultColDef={{
            editable: true,
            sortable: true,
            flex: 1,
            minWidth: 100,
            filter: true
            ///resizable: true
          }}
        />
      ))}

Find the running code below: https://codesandbox.io/s/silly-dijkstra-l9c8m?file=/src/App.js

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!