You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
columns[
{
text: 'Status',
key: 'value'
}
]
By just putting the value as the key does not work because it's from a sub object. Can anyone help with that?
The text was updated successfully, but these errors were encountered:
How to Display nested Object Key in the datatable column?
eg:
Data = [
{
id:1,
name: 'test',
status:{
id: 1,
value: 'active'
}
}
]
columns[
{
text: 'Status',
key: 'value'
}
]
By just putting the value as the key does not work because it's from a sub object. Can anyone help with that?
The text was updated successfully, but these errors were encountered: