Tables
Tables for portal components.
Basic Table
$Variables["Services"] = Get-Service<Table DataSource="$Services">
<PropertyColumn Property="Name"></PropertyColumn>
<PropertyColumn Property="Status"></PropertyColumn>
</Table>Column Content
<Table DataSource="$Services">
<PropertyColumn Property="Name"></PropertyColumn>
<PropertyColumn Property="Status">
<Alert Message="$context.Status" />
</PropertyColumn>
</Table>Action Columns
Last updated
Was this helpful?