I’m wondering whether it’s possible to ‘pre-fill’ a filter on a column in a UDTable?
In my case there are 2 (3) options: yes, no and all/both. The user will mostly be interested in datarows where the option equals to ‘no’. So I’d like to filter the table on this value before showing it to the user. But the user still needs to make another choise (both or yes).
I would check here if you haven’t for some additional info on the New-UDTableColumn command, though it doesn’t seem to have something that can solve your issue natively.
Are you using server side processing (the -LoadData parameter instead of -Data)? That would help to determine the best way to concoct something for your use case