The sap.m.P13nDialog control provides a dialog to personalize tables, such as adapting the order of columns or filtering table content.
For more information about this control, see the API Reference in the Demo Kit and the sample in the Explored app in the Demo Kit.
The P13nDialog control offers a personalization dialog and allows the consuming application to define various settings for tables using panels. The panels represent the settings on the user interface. In order to register them to the control, the sap.m.P13nPanel aggregation is used.
The following panels are available:
Defines the sorting in a column in an ascending or descending order.
Defines filter conditions for a column.
Defines the grouping of columns.
Defines the chart-specific settings.
The following buttons are available in the dialog:
Closes the personalization dialog.
The application consuming the P13nDialog control must in some cases, for example, when sorting and filtering, transfer the settings of the end user to the table.
Closes the personalization dialog.
All changes made by the end user in the currently opened dialog are rejected.
Personalization dialog remains open.
All changes made by the end user are set back to the initial state.