How can I link a search result to a page?
Currently I have 3 input boxes which accept different values.
The user fills any of these, then clicks a "Search" button.
This will return matching entries from the data master table.
Now what I would like to do is 2 things:
1. Be able to expand/collapse a row in the list of results to show more information.
2. Be able to click a button on that row to take it to a page with more details.
For example say you are searching for users. You are returned with a list of users. You should be able to:
1. Expand that row to see more details about the user, such as a list of their hobbies.
2. Be able to click that row for that user and be taken to a full page with all the details of that user.
Are either of these possible at all?
Yes, that's all possible! Check out the attached prototype for an example, and please let me know if you have any questions.
Yes, that's all possible! Check out the attached prototype for an example, and please let me know if you have any questions.
Replies have been locked on this page!