Skip to content
Snippets Groups Projects
Verified Commit cc1cf26f authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Set up row controls

make edit / show / delete button float - and only show on hover. Makes working with large tables much easier
parent 16797b53
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,12 @@ Avo.configure do |config|
Current.user
end
config.resource_row_controls_config = {
placement: :right,
float: true,
show_on_hover: true
}
## == Authorization ==
# config.is_admin_method = :is_admin
# config.is_developer_method = :is_developer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment