Hi there
I have 4 combo boxes on my page, in each of the pairs, one depends on another. Each time a selection changes, the selected value is saved to session storage (if another related page is opened, values are loaded from session storage and display appropriate content). On the last selection, after the value is saved, a table needs to display content.
The table reads values from session storage and generates a query which then lists the results. The issue is the table never refreshes after the combo selection. The proper results do display as soon as I do a page reload (navigate) or refresh through browser refresh.
Perhaps there is something Im missing. How can I refresh the table without reloading the page after I do the combo selection?
I have 4 combo boxes on my page, in each of the pairs, one depends on another. Each time a selection changes, the selected value is saved to session storage (if another related page is opened, values are loaded from session storage and display appropriate content). On the last selection, after the value is saved, a table needs to display content.
The table reads values from session storage and generates a query which then lists the results. The issue is the table never refreshes after the combo selection. The proper results do display as soon as I do a page reload (navigate) or refresh through browser refresh.
Perhaps there is something Im missing. How can I refresh the table without reloading the page after I do the combo selection?