Display Pagelist properties in a Grid dynamically in HTML
Hi Team,
I'm trying to show the pagelist properties in a Table dynamically in HTML.
Displaying Pagelist properties in a static manner is working
<p>Employee Name : <pega:reference name="pyWorkPage.EmployeesList(1).EmployeeName"/></p>
But now I want to display the pagelist properties dynamically that too in a Table..!
Can someone let me know how to configure pagelist propreties in a table dynamically..!