Skip to content

Explicit Filter/Sort Definitions #105

Closed
@jaredcnance

Description

@jaredcnance

Currently, all attrs are filterable and sortable. Should be a way to whitelist/blacklist attrs.

Currently, considering blacklisting a filter on the attr:

public class MyEntity : Identifiable {
  [Attr("name", canFilter: false, canSort: false)]
  public string Name { get; set; }
}

Open to API suggestions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions