EZOut
EZOut copied to clipboard
`Write-FormatView -Condition`
- [ ] #217
- [ ] #218
- [ ] #219
So don't you already have this in -ViewCondition? Like the below? Or are you trying to implement a condition on the TableControl layer?
Write-FormatTableView -Property Name,ComputerName -Width 70,25 -ViewCondition { if($_.ComputerName) { $true } } -ViewTypeName myview