Is it possible to add extra options to this way of binding a store?
For example, I would like to set filters or pageSize options
thx
Grid binding store selection with extra parameters
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
Aucun commentaire:
Enregistrer un commentaire