Skip to content

How to implement IsNull and IsNotNull in filter? #81

Closed
@ixxvivxxi

Description

@ixxvivxxi

I would like to filter mainly columns something like this:

filter: {
  startDate: {
    isNull: true
  },
  endDate: {
    isNotNull: true
  }
}

Perhaps there is a way to add your own filters, but I haven’t figured out how

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions