UDDataGrid Column Filter with specific filter values

Resolved

UDDataGrid Column Filter with specific filter values

avatar
(anonymous user)

I want to add a column filter on a UDDataGrid that allows users to pick specific values to include. Essentially, I’m trying to do the same thing the admin portal does on the Automation Jobs data grid for the status column.
68da82140cb3de6adca72c63ca95bfe26cff7a4a


How do I create this behavior in a UDDataGrid?

Product: PowerShell Universal
Version: 4.2.9


68da82140cb3de6adca72c63ca95bfe26cff7a4a.png

avatar
(anonymous user)

Recommended Answer

Adam provided the missing piece in my support case. Sharing the resolution here.


4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3

4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3.png

All Comments (3)

avatar

If I set the column type to ‘singleSelect’, that seems to get me close to a similar behavior. But I can’t figure out how to populate the list of available values.


17b16a69b096b00a5cb3e6f7687ac509c4e2223c

17b16a69b096b00a5cb3e6f7687ac509c4e2223c.png

avatar

@Adam Driscoll is there documentation for implementing the singleSelect filter in a UDDataGrid?

avatar

Adam provided the missing piece in my support case. Sharing the resolution here.


4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3

4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3.png