Retrieve data using clickable list
Hi,
I have read the tutorial on building a clickable list with html5 localstorage, but this is not exactly what I'm looking. I am extremely new to this and I need a lot of help.
Basically what I have done so far is to create a page with collapsible sets. Under each collapsible header I have lists with static values (I might to change this). What I want is to be able to click/tap on the list and this must then navigate to another page and only show me the data that is associated with the parent page list header. The data has 2 columns it must select from to show the data on the item_info page. The columns are called segment_1 and segment_3.
For instance, on the parent page (the one with the collapsible sets and lists) I will have a a collapsible block with heading CD and below that a list with heading Alternative. When I click/tap, it must navigate to the item info page, but only show me data that is relevant to CDAlternative. Thus it must select from the data only those items with segment_1 values "CD" and segment_3 values "AL" and then display the information I want it to display.