Filtering Data Grid using Drop Down

Hello,

I am trying to use a drop down to filter my data grid. I am using an API to populate my options in the drop down and my data grid is also populated using an API. I tried to use the tutorial video here: https://www.youtube.com/watch?v=478SCxqpakw. But when I go to setup the drop down using the null check it would not let me select the widget to tie to the null check.

I can do a single condition for the drop down to look at a specific element in my table and it the filtering works, but by grid is empty on page load and I want to be able to see all records before I start filtering.

3 replies