Skip to content

Displaying nested Object Key  #7

Description

@HavelEstrada

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. @mkikets99 can you help with that pls?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions