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!