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
Description
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
Labels
No labels