Affichage des articles dont le libellé est Grid binding store selection with extra parameters. Afficher tous les articles
Affichage des articles dont le libellé est Grid binding store selection with extra parameters. Afficher tous les articles

mardi 28 octobre 2014

Grid binding store selection with extra parameters

Is it possible to add extra options to this way of binding a store?

Code:



bind: {
store : '{punchsGrid.selection.punchEquipments}'
},

For example, I would like to set filters or pageSize options

Code:



bind: {
store : {
id : '{punchsGrid.selection.punchEquipments}',
pageSize : 20,
remoteFilter : true
}
},

thx



Grid binding store selection with extra parameters