loio |
---|
75c08fdebf784575947927e052712bab |
view on: demo kit nightly build | demo kit latest release
You can use the p13n
namespace for personalization settings.
Personalization allows the user to define, for example, personalization settings for table content, such as sorting and grouping columns.
To set up personalization settings for a control, sap.m.p13n.Engine
is available. The sap.ui.fl.variants.VariantManagement
control is used to persist these settings and also offers a UI to manage view settings. sap.m.p13n.Popup
provides further options for a personalization dialog.
For more information, see the P13nify Everything - Personalization for Any Control Tutorial.
- Enablement of Personalization (With Variant Management)
The simple concept of personalization allows the user to personalize a control and to persist these settings using aVariantManagement
control. - Personalization Dialog
Thesap.m.p13n.Popup
control in thesap.m.p13n
namespace provides a dialog or popover for personalizing content, for example, of a table, such as selecting columns and adapting their order.