Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Allow for sortable column name to be different than field. #121

Closed
@djpate

Description

@djpate

I have a json such as this

{
  "id": 5,
  "subject": "My Post",
  "author": {
    "id": 10,
    "name": "Chris"
  }
}

If I create a two columns for displaying both the id and the name of the author, I will use the field author and then use a custom component to do value.id and value.name. This works fine for display purposes but if I want to be able to sort on author.id and author.name the sort field will always be author.

I can do a PR but I want to make sure you're open to it before I spend the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions