我想将数组DataGrid
作为参数传递。目前我将单个值传递为:
.twig 文件
dataGrid.renderGrid(gridName, { products: '34'}, { cssClass: 'inner-grid' })
数据网格.yml 文件
bind_parameters:
- name: products
default: null
type: integer
但我想传递一个数组并将该数组与DataGrid
. 我想要解决方案。