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

Filter and sort known fields by default #5

Open
a8m opened this issue Jun 11, 2018 · 0 comments
Open

Filter and sort known fields by default #5

a8m opened this issue Jun 11, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@a8m
Copy link
Owner

a8m commented Jun 11, 2018

Sometimes, we embed structs that we don't have access to edit, but we still want to be able to filter and sort by them. For example:

type User struct {
    gorm.Model
    // ...
}

Therefore, I want to add support for filtering and sorting known fields. These fields can be part of the configuration of the parser with some default values.

@a8m a8m added the help wanted Extra attention is needed label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant