Page 1 of 1

Clickable filtered database list with full details in next page

Posted: Wed Apr 08, 2015 9:55 am
by Hussein Alward

Hi,
this is my first app and i will explain what i want and what i did and what i need.
am programming small apps with database has the following information:
Person Name
Person Mobile Number
Person Blood Type.
actually i made that app and i created the database.
and when i open the app i have only to chose the blood type and app will filter the persons which they have this type of blood.

my question is when i filter the Blood Type and names will appear, i want when i click on that name it should navigate to another page and display its details.

so please can you provide me some video or documents how to do that.

thanks


Clickable filtered database list with full details in next page

Posted: Wed Apr 08, 2015 2:29 pm
by Serhii Kulibaba

Hello Hussein Alward,

Please read mater-details tutorial


Clickable filtered database list with full details in next page

Posted: Thu Apr 09, 2015 5:15 am
by Hussein Alward

Hi Sergiy,
thanks for your help and reply.
the tutorial is similar to the one which am looking for but also my concern is when i filter some value and i click on the filtered value.
the above tutorials is working like when you start the app the app automatically display the items.
but in my project i want to filter the items and i want the details for the filtered items.

thxx and best regards


Clickable filtered database list with full details in next page

Posted: Fri Apr 10, 2015 5:16 pm
by Serhii Kulibaba

If you want filder data via search,

  1. Add the search component https://devcenter.appery.io/documenta... to the screen
  2. Add the mapping it's value to request REST servise's parameters
  3. Run this service on the "search" event of this component