New-UDTable -ShowSearch - Searching produces nothing on any search

I am using the following code:

New-UDTable -Data $alarmDefs -Columns $Columns -ShowSearch -ShowPagination -Dense -Export -ShowSort

The search box appears at the top left for the user to use, however, if you type anything (of course, data that matches inside the table), no results are shown. Am I suppose to include anything else with the columns?

Product: PowerShell Universal
Version: 2.1.4

Try to include the -IncludeInSearch parameter on New-UDTableColumn.

1 Like