We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
similar to index_controls and show_controls we would love a form controls that at least has support for
class Avo::Resources::Foobar < Avo::BaseResource self.filter_controls = -> do list label: "Foo", title: "Actions" do link_to "Google", "https://google.com" action Avo::Actions::SendSms end end
Moving elements via JS dom manipulation from index_controls to filter section
We want a set of actions around "saved" filter sets and would like to bring these closer to where filtering is happening
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because there was no activity for the past 15 days.
Sorry, something went wrong.
No branches or pull requests
Feature
similar to index_controls and show_controls we would love a form controls that at least has support for
Current workarounds
Moving elements via JS dom manipulation from index_controls to filter section
Screenshots or screen recordings
Additional context
We want a set of actions around "saved" filter sets and would like to bring these closer to where filtering is happening
The text was updated successfully, but these errors were encountered: