You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to refer to a different id. The issue is I can't modify data. I need somehow say to Material Table that column id is not an actual id. Id is not unique.
I found that idSynonym is used to change the id column. I can't find any documentation on material-table.com. Will this feature be supported all the time and can this be added tothe material table options on material-table.com
I am using idSynonym: "" as an option and letting React to decide on the ids. Is an ok approach.
Because the issue was that the rows being duplicated on page change.
The text was updated successfully, but these errors were encountered:
I am trying to refer to a different id. The issue is I can't modify data. I need somehow say to Material Table that column id is not an actual id. Id is not unique.
I found that idSynonym is used to change the id column. I can't find any documentation on material-table.com. Will this feature be supported all the time and can this be added tothe material table options on material-table.com
I am using idSynonym: "" as an option and letting React to decide on the ids. Is an ok approach.
Because the issue was that the rows being duplicated on page change.
The text was updated successfully, but these errors were encountered: