Skip to content

Instantly share code, notes, and snippets.

@thanos
Created October 13, 2024 17:08
Show Gist options
  • Save thanos/9279ece7398c057b146ea3e25c801a8a to your computer and use it in GitHub Desktop.
Save thanos/9279ece7398c057b146ea3e25c801a8a to your computer and use it in GitHub Desktop.
an example of a calculated virtual field used in a Many field's option for Backpex
options_query: fn query, _assigns ->
select_merge(
query,
[media],
%{label: fragment("concat(?, ', ', ?)", media.caption, media.original_file)}
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment