avo icon indicating copy to clipboard operation
avo copied to clipboard

Revamp the filtering system

Open adrianthedev opened this issue 3 years ago • 1 comments

Things I'd like to add to this new iteration:

  • [ ] filterable fields
  • [ ] allow multiple conditions
  • [ ] the end-user should be able to add& remove filters and conditions as they wish

Code snippets

  field :first_name, as: :text, filterable: true
  field :stage, as: :text, filterable: {processing: "Processing", done: "Done"}
  field :status, as: :select, filterable: true, options: {}
  field :created_at, as: :date_time, filterable: true

Screenshots

Image

adrianthedev avatar Aug 20 '22 08:08 adrianthedev

This issue has been marked as stale because there was no activity for the past 15 days.

github-actions[bot] avatar Sep 05 '22 04:09 github-actions[bot]

this looks awesome!

brandonzylstra avatar Jun 23 '23 05:06 brandonzylstra

It's coming in Avo 3 🚀

adrianthedev avatar Jun 23 '23 08:06 adrianthedev

Shipped in Avo 3

adrianthedev avatar Aug 12 '23 19:08 adrianthedev