Skip to main content
May 19, 2022
Solved

Userfilters

  • May 19, 2022
  • 1 reply
  • 0 views

Hi 

Can we dynamically pass a value to the Userfilters in a GridField if we get data using a!recordData

Scenario is we have a drop down in a screen where user select the status. based on that record data should be displayed

Thanks in advance

Best answer by stefanhelzle0001

No, that is not possible. But you can easily add your custom filters above the grid and hide the filters defined in the record.

Then change the data attribute to use a!recordData passing filters as required.

1 reply

stefanhelzle0001
Brainy
May 19, 2022

No, that is not possible. But you can easily add your custom filters above the grid and hide the filters defined in the record.

Then change the data attribute to use a!recordData passing filters as required.