Craig M.

Results 2 comments of Craig M.

Any idea how to get the correct _id for the row so I can pass it into the ArtistImages.findOne() call in that first code block? I've tried to console.log(this) and...

It seems like the document is passed into the function in the meteor-admin configuration like this: ``` javascript ... ArtistImages: { tableColumns: [ { label: 'ArtistId', name: 'artistId' }, {...