This topic contains 1 reply, has 2 voices, and was last updated by ignat 8 years ago.
-
Topic
-
Hi!
How to add multiple parameters on datagrid bind_parameters? I need to do something like this:
12345678910where:and:- Entity.field_A = :information_Aand:- Entity.field_B = :information_Bbind_parameters:- information_A- information_BAnd on my Twig template I did this:
1234567891011121314{%set gridFilters = {'_parameters' : {'information_A': entity.information_A,'information_B': entity.information_B}}%}{% set myGrid %}{{ dataGrid.renderGrid('my-grid', gridFilters) }}{% endset %}Is it possible? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The forum ‘OroPlatform’ is closed to new topics and replies.