Skip to content

Feature request: add an automated filter builder (possibly with sorting too) #17

@maelp

Description

@maelp

Some cool libs like https://github.com/bazzalabs/ui provide a filtering component for tables, it would be nice to have an easy way to get a list of filters that they generate, eg [{field:"status", operator: "is", values: ["active"]}, {field:"created_at", operator:"is-between", values=[new Date(...), new Date(...)]}] and {sortField: created_at, direction: "asc"} and convert that automatically to a Drizzle query on a table

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions