Hello guys
I have a json response and I want to have something like a dropdown list.
I have the array of dates which I fetched from json response.
whenever there is click on date from dropdown list the data gets displayed on the same window according to date selected,data consists of images which I have ready in json response.
Basically I want to filter data.
At present the images are displayed in two columns with no filter.
Can anyone have the idea how it can be achieved ?
This is image image
Thanks in advance. :-)