https://avo.cool logo
Row controls
# general
w
Hi! How can I make link to custom action from row view in Avo 3? As I understand I need to override render_row_controls but I don't know how to link to the action.
l
Hello 👋 https://docs.avohq.io/3.0/customizable-controls.html#row_controls Here is the detailed documentation for row controls
Copy code
self.row_controls = ->  do
  action Avo::Actions::ReleaseFish, title: "Release #{record.name}", icon: "heroicons/outline/hand-raised", style: :icon
  end
w
@loud-jewelry-99127 Thank you! but it doesn't work in avo 3 😦
l
Notice that is an advanced feature
w
Ah ok! where can I get pricing for avo3 advanced?
l
1 sec
w
Thank you!!
l
Anytime!