Forum Discussion

BenSan's avatar
BenSan
Ideator I
6 months ago

Save User choices or Create Default list in Refine button CUI

When clicking the refine button : a list is presented :  with already checked values corresponding to the columns (properties) of the presented ItemType.

The method responsible of the Init of the button is : cui_common_refine_init

Code : 

Toolbar.extendFormatters({
refine: columnSelectionMediator.cuiToolbarFormatter.bind(columnSelectionMediator)
});

return {
type: 'refine'
};

I would like to know if it's possible to personalize these filters on the search by code or configuration, or associated to user preferences, or saving when checked/unchecked by User ? Everything is already checked and some users would like to be able to have a "default" view.

Thanks

1 Reply

  • The result of the Refine setup can be save Using the "Save Layout" Button under "Diplay" Button.

    1. Click on the “Refined” button:
    2. Select the desired properties to be viewed in the grid
    3. Click on the “Display” Button:
    4. Then you can Save the view with “Save Layout”, it also saves the columns order.