display detail from a selected row

Posted by Abir ben salem on 11-Apr-2016 06:21

I want to display more details  in a new table when I select  a row . is it possible with rollbase ? 

All Replies

Posted by Thierry Ciot on 16-Apr-2016 14:02

yes just click on the view object menu or simply click on the object name field.  Both will go to the screen that renders more details about the object.  The screen can be tailored from the pages designer (Design This Page)

Posted by Karthikeyan Bhaskaran on 21-Apr-2016 00:08

Do you have any particular requirement - such as to display the table on the same page as the list of records? Do you need any further help?

Posted by Abir ben salem on 21-Apr-2016 05:06

hi ,

Goal:  when I select a row, a pop up will appear with data from  other object  . thank you 

   

Posted by Thierry Ciot on 25-Apr-2016 13:51

You can achieve this with client side api: on row selection, you would query for the other object and render as you desire.

Note that if the object is related to the item in the row, you can view the children objects in object view (in which case you don't need to the querying yourself).

This thread is closed