In the column named conditions
, I am looking to display the count of rules
>
details
.
Please Note:
The array
rules
has a propertydetails.length = 2
This is what I have attempted
https://i.stack.imgur.com/2LoFb.png
Here is the code snippet:
headers: [
{ text: 'Priority', value: 'priority', width: '10%' },
{
text: 'Name',
align: 'start',
sortable: false,
value: 'name',
width: '30%'
},
{ text: 'URL', value: 'url', width: '30%' },
{ text: 'Condition', value: '?????????', width: '20%' },
{ text: '', value: 'data-table-expand', width: '5%' }
],
Any ideas on how I can achieve this?