Error Material Ui The Data Grid Component Requires

[Solved] Error Material Ui The Data Grid Component Requires | Vb - Code Explorer | yomemimo.com
Question : Error: Material-UI: The data grid component requires all rows to have a unique id property.

Answered by : daljeet-singh

getRowId={(row) => row._id} <DataGrid rows={rows} columns={columns} pagination pageSize={dummytranfers.totalPages} getRowId={(row) => row.no} paginationMode="server" onPageChange={(newPage) => setPage(newPage)} loading={loading} />
//as attritube in side DataGrid mui

Source : | Last Update : Thu, 11 Nov 21

Answers related to error material ui the data grid component requires all rows to have a unique id property

Code Explorer Popular Question For Vb