Show TOC

Personalization Dialog Locate this document in the navigation structure

The sap.m.P13nDialog control provides a dialog to personalize tables, such as adapting the order of columns or filtering table content.

Overview

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:

  • sap.m.P13nSortPanel

    Defines the sorting in a column in an ascending or descending order.

  • sap.m.P13nFilterPanel

    Defines filter conditions for a column.

  • sap.m.P13nGroupPanel

    Defines the grouping of columns.

  • sap.m.P13nDimMeasurePanel

    Defines the chart-specific settings.

The following buttons are available in the dialog:

  • OK

    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.

  • Cancel

    Closes the personalization dialog.

    All changes made by the end user in the currently opened dialog are rejected.

  • Restore

    Personalization dialog remains open.

    All changes made by the end user are set back to the initial state.

    Note The control only offers the visual representation of the table settings on the user interface. The consuming application must ensure the settings are changed in the table.