Configuring table operations and toolbar
Make interaction with data more efficient and improve the quality of the user experience by configuring the table toolbar. When you configure a table toolbar, users can adjust the display of data at run time, and set and save a personalized view. With the toolbar you can also present a summary of operations, for example, you can indicate that columns are grouped by fields.
The system generates the toolbar for an optimized table when you enable any of the grid operations in the properties of the table layout.
- Create a table layout for your application. For more information, see Creating a table layout with code optimization.
- Optimize the table code before you customize the table toolbar. For more information, see Optimizing table code.
- If you update from Pega Platform version 8.3 or an earlier version and your application uses tables with custom personalization sections that include custom actions that override the standard pyGridPersonalizeActions section, switch to standard personalization sections and include your custom actions in the table toolbar. For more information, see Adding custom actions to the table toolbar.
- In the navigation pane of Dev Studio, click Records.
- Expand the User Interface category, and then click Section.
- From the section list, select the section that contains the target layout.
- In the Table header, click the View properties icon to display the Properties pane, and then select the Operations tab.
- In the Grid operations section, select any number of the available grid operations by selecting the required checkboxes.
- Click Submit.
- Click Save.
Previous topic Enabling table personalization Next topic Enabling grouping by fields