ViewAllRows: Display hidden and filtered out rows
Tag: ViewAllRows
The ViewAllRows function displays rows that were manually hidden or filtered out from the grid.
<ytriaAutomation>
<ViewAllRows/>
</ytriaAutomation>
Tag Attributes
Attributes | Value Description |
---|---|
Target | |
Value | TRUE of FALSE Not Required - Defaults to TRUE When set to FALSE, the hidden/filtered rows are hidden again. |
Example Script
<ytriaAutomation>
<Filter Value='Guest' ColumnID='userType'/>
<ViewAllRows/>
<MsgBox Title="View All" Message="Now viewing filtered out rows - next: hide again" Type="cog"/>
<ViewAllRows Value="False"/>
</ytriaAutomation>