I have a datagrid as below -
but when I import the fields I am only seeing the _couriers field. What key would I use to get the courier field displayed?
I am also not seeing the edit/delete icons per row even though I have enabled the editable field (don’t see anything for delete).
Thanks
1 Like
to see the value key’ objects you need map couriers.courier
Thanks.
@Joyce any assistance on the missing edit and delete icons?
Hi Steve 
When you allow editing for a cell it means the user will be able to double click it and write or erase the content driectly, you won’t have a pencil or bin icon.
You can read more in our documentation:
Bu if you want to add a delete button to an entire row you can do so:
Thanks,
So is the method shown in this video no longer valid ?
It’s not, we updated our Datagrid and the one in that video is deprecated.