material-ui-table-edit
material-ui-table-edit copied to clipboard
any support for non-displayed data (ie unique id for row from database) ?
Do these tables support non-displayed data but that can be presented to handlers on edit/delete? It should be a basic requirement to get edits back to storage ?
e.g. I have Mongo noSQL documents such as {_id: "12345", name: "Andy", eyes: "blue"} and I would only want to render a table allowing name + eyes to be edited. But I need the _id to stay with the data in the table so that I can update/remove the right data from my database. thanks