We trying to provide the refresh button or link to the table to refresh the table content. And we want to provide tow buttons for each row to reset or clear the column values ? How to achieve this ?
@Rajashekar Reddy CHhi, can you please describe business use case and technical solution already attempted?
@Kamil Janeczek
Business Use Case: Add Refresh & Clear Buttons for Table Data
Summary:
We need to enhance a table (Grid) in a Pega section by adding two buttons at the top of the table for better user control over displayed data.
Requirement Details
- Button 1: Refresh
- When clicked, it should reload the table data from the source (Data Page or Report Definition).
- Should show a loading indicator while fetching data.
- Must handle errors gracefully (e.g., show a message if refresh fails).
- Button 2: Clear
- When clicked, it should empty the table rows in the UI.
- Should not delete data from the backend; only clear the client-side view.
- Display an empty state message like “No data available. Click Refresh to load data.”
@Rajashekar Reddy CH thanks for the answer. I have a feeling that you are describing UI centric requirement while it would be really beneficial to know the business outcome that you are trying to achieve. Please refer to this article to see the differences: Prescribed and flexible UI with Constellation | Pega