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