'Quasar Q-Table getting value of selected column data

I'm trying to get the selected column data of an array from a Q-Table. I'm using the example from https://quasar.dev/vue-components/table#selection from its codepen, I'd like to Display only the "Name" column value under it. I tried using {{ selected.name }} but nothing is being displayed

here's the codepen link https://codepen.io/jake-stewart-go/pen/yLvojLW?editors=101



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source