Filter in forms or views #5367
nozense
started this conversation in
Feature Ideas
Replies: 1 comment 1 reply
|
Hi @nozense this is a great idea. We added somewhat limited view support in 0.8.0 but they don't work as the source for a form dropdown yet. Supporting that is likely a great first-pass at this use case. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The ability to filter the available selection in forms would be great.
Example: I have my film-photography database in mathesar, I have a form to add new exposures and I want only rolls that have not been developed to be present in the dropdown selection - without search.
Could be done with postgreSQL views but I can't find anything about implementing views in mathesar.
All reactions