Question
3
Replies
324
Views
Posted: September 18, 2018
Last activity: September 25, 2018
Closed
Creating a Dynamic UI table based on a webservice
Hello!
I installed a webservice (REST) on my application and I'm building a search engine where the results will be displayed in a dynamic UI table.
If I have a (n) amount of people based on the search, the table must display the amount of people searched.
Example.
If there is a (n) amount of people in the webservice then the table should adjust its amount of row by the search.
Thank you!
Are you talking about REST Service implemented in Pega? If yes, I think this is up to you how to adjust the UI.
If you are talking about Connect REST - have you tried to populate Data Page using Connect REST and then use this Data Page as the source in your grid?
In fact, REST Integration wizards will do that for you if you will follow all steps, provide sample JSON payload (from file or online) and then from the final screen you will have all artifacts shown including Connect REST rule and with Data Page itself.