Hussein Alward
Posts: 0
Joined: Wed Apr 08, 2015 9:55 am

Clickable filtered database list with full details in next page

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Clickable filtered database list with full details in next page

Hello Hussein Alward,

Please read mater-details tutorial

Hussein Alward
Posts: 0
Joined: Wed Apr 08, 2015 9:55 am

Clickable filtered database list with full details in next page

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Clickable filtered database list with full details in next page

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

Return to “Issues”