Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering nested properties #43

Open
GithubPatrick91 opened this issue Jan 15, 2024 · 0 comments
Open

Filtering nested properties #43

GithubPatrick91 opened this issue Jan 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@GithubPatrick91
Copy link

GithubPatrick91 commented Jan 15, 2024

Is it supported to filter nested object properties like following example?

class Company
{
   string Id;
   Website website;
}

class Website 
{
    string Id;
    string url;
}

And the sort field from the (companies table) frontend is like:
SortField: "website.url"

When i try to sort like this, an error occurs:

System.InvalidOperationException: 'Operation is not valid due to the current state of the object.'

@Kusumoto Kusumoto added the enhancement New feature or request label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants