Filter and sort known fields by default
未关闭
help wanted
- 主要语言
- Go
- 星标
- 367
- 派生
- 43
- PR 合并指标
- 30 天内没有已合并 PR
描述
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:
```go
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。