mymojo
Posts: 0
Joined: Wed Mar 05, 2014 4:04 pm

Filter Search Results by Button Selected.

users enter info into a search field and the database produces a list. I'd like them to have the option to select/unselect one of four buttons to filter this list. How would I:

  1. filter the results based on the button selected
  2. keep the button selected and allow them to select/unselect the button (keep it depressed and filtering upon selection and then allow them to undepress it to clear the filter)?
Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Filter Search Results by Button Selected.

Hello,

According user selection you can save value to the localStorage variable and execute query service which will use values from localStorage.
http://docs.appery.io/documentation/b...

Return to “Issues”