Searching for data using a drop-down list #7850
Unanswered
mattek92
asked this question in
Help / Questions
Replies: 0 comments
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.
-
I'd like to create a table with data and a drop-down list so that I can only retrieve specific data from that table based on the drop-down list. I'd like to create a tool (I'm skipping CTRL+F) that would allow me to search for specific data.
Small table:
A B C
aaa 1 333
bbb 2 444
I want to choose from list "aaa" and then i want to get information "1" and "333". Is is possible to do that on wiki.js?
Beta Was this translation helpful? Give feedback.
All reactions