Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi Experts,
I am trying to reload an mvc table in custom wizard with two steps. The desired table is in the second step. Is there a way to reload/refresh it whenever the "next" button is clicked.
Thanks in advance
You can try using PTC.jca.table.Utils.reload("tableid") script to reload the table when the wizard step is rendered or when the next button is clicked.