We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
SELECT 'form' as component; SELECT 'Friend' as name, 'select' as type, group_concat(family_name, '\n') AS options group_concat(id, '\n') AS option_values FROM people;
see #3
The text was updated successfully, but these errors were encountered:
7ea9457
@leoedin : this is implemented in v0.6.11, using a slightly different format:
SELECT 'select' as type, json_group_array(json_object("label", name, "value", id)) as options FROM fruits
Sorry, something went wrong.
No branches or pull requests
see #3
The text was updated successfully, but these errors were encountered: