material-ui-table-edit icon indicating copy to clipboard operation
material-ui-table-edit copied to clipboard

any support for non-displayed data (ie unique id for row from database) ?

Open andrewlorenz opened this issue 8 years ago • 0 comments

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

andrewlorenz avatar Sep 07 '17 20:09 andrewlorenz