Skip to content

Commit

Permalink
Merge pull request #201 from avo-hq/dynamic-filters-warning-and-attri…
Browse files Browse the repository at this point in the history
…bute-adjustments
  • Loading branch information
adrianthedev authored Apr 19, 2024
2 parents 9033c2e + 755bb59 commit 91b57d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/3.0/dynamic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class Project < ApplicationRecord
end
```

:::warning
Ensure the array items are strings, not symbols.
:::

This will make Avo add this new "Filters" button to the <Index /> view of your resource.

When the user clicks the button, a new filters bar will appear below enabling them to add filters based on the attributes you marked as filterable.
Expand Down

0 comments on commit 91b57d1

Please sign in to comment.