Posted 9 September 2020, 2:42 am EST
Hi,
i have a 3 level json array that is the data source for the grid.
eg:
{
"accountName": "asd",
"accountId":123,
"opportunities":[{
"oppName": "qwe",
"oppId":456,
"products":[{
"productName":"zxc",
"productId":"753"
}]
}]
}
*original data structure has a lot more properties on each level.
while a searchbox solution works , the users would like to utilize the flexGridFilter component. the problem is that flexGridFilter does not pick up on the nested values.
how can i get the nested values into each column for the flexGridFilter?
Thanks,
Nir