Im looking at the Jet demo. Bellow is the code where the “data” view gets its data from the “records” model.
The “data” view is then used in a more complex layout(LayoutMain).
Now i want to create a dropdown view in LayoutMain with values like 1,2,3,4. And each time i select a value from dropdown this should be temporary stored somewhere and the DataCollection (records.js) should be called with the value from dropdown and should be passed to the server side script (as GET or POST).