Skip to content

Selection of nested properties #1

@godiagonal

Description

@godiagonal

Enable the use of dot notation to give users the ability to select nested properties in displayProperties and customAttributes.

For example:

grid.options.displayProperties = {
  image: 'user.profile_picture',
  title: 'title',
  description: 'description'
}

And:

grid.options.customAttributes = {
  'title': 'This photo was taken by {{user.name}}',
}

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