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.
How do I create this behavior in a UDDataGrid?
Product: PowerShell Universal Version: 4.2.9
68da82140cb3de6adca72c63ca95bfe26cff7a4a.png
Recommended Answer
Adam provided the missing piece in my support case. Sharing the resolution here.
4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3.png
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.png
@Adam Driscoll is there documentation for implementing the singleSelect filter in a UDDataGrid?
Adam provided the missing piece in my support case. Sharing the resolution here.
4e3b3e8a8e0deb2e5117c6a0e7c54a196ee923f3.png