Is there any documentation related to idSynonym?
Opened this issue · 0 comments
akigc commented
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.